Mail not sent if the recipient is in the format “Foo “
-
Hi there,
I’m one of the developers of the plugin LifterLMS (https://wordpress.org/plugins/lifterlms/).
One of customers reached our support (you can see an issue opened here) because of a problem when using this plugin’s SMTP: they were not able to send any of the LifterLMS emails (e.g. purchase receipt, course completed ecc.).
I dug into this issue and found that is happens because usually the recipients of the email sent by LifterLMS are in the format “Foo <[email protected]>”. Please note that the WordPresswp_mail()that you override in your plugin accepts, and parses, that kind of format.Could you please fix this issue, so that your
wp_mail()override accepts the params in the same format the original WordPress’ function does?Best
The topic ‘Mail not sent if the recipient is in the format “Foo “’ is closed to new replies.