The MyMail plugin has an extension api that could be used as the beginnings of a standard.
What is the best way to get email to use Postman SMTP as a sender. Is their a specific function we should call? I don’t think it would be difficult for us to route email to your plugin. Really just need to know the hooks to do so.
I can check with the other developers to see what they think but don’t see a problem with getting this to work.
Josh
The WordPress mail function wp_mail is the standard.
<?php wp_mail( $to, $subject, $message, $headers, $attachments ); ?>
Thanks,
I will take a look at making the switch. I know we originally had a problem with wp_mail but it was when we first started. So i will give it another try.
Best,
Josh
Hi Jason,
SendPress should now work with Postman SMTP. I have switched the default website sending over to wp_mail and everything seems to work.
Let me know if you find any issues.
Best,
Josh
This is great, I’ll let my user base know!