phpmailer AddStringAttachment doesn't work
mskapusuz opened this issue · 0 comments
mskapusuz commented
Hello there,
We encounter an issue with FluentSMTP, our plugin attaches an attachment to the mails with $phpmailer->AddStringAttachment
however this logic doesn't work with FluentSMTP, so the wp_mail throws an exception due to file path issue.
When I suppress wp_mail
override on
Lines 39 to 43 in b4cf18a
Could you please check the issue?
Thanks