• I think I may finally understand why Postman SMTP is failing to attach UpdraftPlus’s log files to its status emails. UpdraftPlus adds its attachments using WordPress’s phpmailer_init action hook. It looks to me like Postman SMTP doesn’t support this hook. Is that the case? If yes, is it by chance planned as a future enhancement?

    Thanks.

    https://ww.wp.xz.cn/plugins/postman-smtp/

Viewing 1 replies (of 1 total)
  • Thread Starter fssbob

    (@fssbob)

    I’ve figured out how to use the wp_mail filter in PostmanWpMail to work around this, so I’m now good. But since phpmailer_init is a WordPress-supported way of adding attachments, it would be a nice enhancement to support this at some point in the future.

    Thanks again for all the excellent work on Postman SMTP.

    Bob

Viewing 1 replies (of 1 total)

The topic ‘Attachments Added Via phpmailer_init’ is closed to new replies.