Skip to content

Using postmark with add_filter('wp_mail') #3

@adnanoner

Description

@adnanoner

Hi,

I'm using a (bit of a hacky) plugin that overwrites the default wp_mail functionality with

apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers', 'attachments' ) );

However, since postmark also rewrites wp_mail, the (hacky) plugin is unable to rewrite the wp_mail functionality. Does anyone have an idea on how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions