Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jason Hendriks

    (@jasonhendriks)

    I will check out your plugin, Damian.

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Your change looks good. But I’m puzzled by this trigger:

    $this->loader->add_filter( 'wp_mail', $this->mailer, 'send_email_postman' );

    Surely Postman can not be the only SMTP plugin that honours the WordPress wp_mail filter? Can’t all plugins use the same piece of code?

    Thread Starter Damian

    (@timersys)

    Hi Jason I haven’t checked all the plugins really deeply to tell you the difference. But for example I found myself more reliable working directly with phpmailer than on the wp_mail to replace templates. For example to send alternate text emails is pretty simply by modifying phpmailer.

    That’s what you mean?

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Yes

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email Templates compability’ is closed to new replies.