Title: wp_mail
Last modified: August 30, 2016

---

# wp_mail

 *  Resolved [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wp_mail-2/)
 * I had a user request a list of newsletters compatible with my plugin, [Postman SMTP](https://wordpress.org/plugins/postman-smtp/).
   It’s a very short list (four). Assuming you’ve chosen not to support wp_mail 
   on purpose, would you like to chat about some kind of proprietary integration
   between your plugin and mine?
 * [https://wordpress.org/plugins/sendpress/](https://wordpress.org/plugins/sendpress/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wp_mail-2/#post-6287203)
 * The MyMail plugin has an [extension api](https://wordpress.org/plugins/search.php?q=revaxarts+mymail)
   that could be used as the beginnings of a standard.
 *  Plugin Author [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * (@joshl)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wp_mail-2/#post-6287216)
 * 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
 *  Thread Starter [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wp_mail-2/#post-6287266)
 * The WordPress mail function [wp_mail](https://codex.wordpress.org/Function_Reference/wp_mail)
   is the standard.
 *     ```
       <?php wp_mail( $to, $subject, $message, $headers, $attachments ); ?>
       ```
   
 *  Plugin Author [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * (@joshl)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/wp_mail-2/#post-6287400)
 * 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
 *  Plugin Author [Josh Lyford](https://wordpress.org/support/users/joshl/)
 * (@joshl)
 * [11 years ago](https://wordpress.org/support/topic/wp_mail-2/#post-6287480)
 * 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
 *  Thread Starter [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [11 years ago](https://wordpress.org/support/topic/wp_mail-2/#post-6287483)
 * This is great, I’ll let my user base know!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘wp_mail’ is closed to new replies.

 * ![](https://ps.w.org/sendpress/assets/icon.svg?rev=979185)
 * [SendPress Newsletters](https://wordpress.org/plugins/sendpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sendpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sendpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sendpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sendpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sendpress/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/wp_mail-2/#post-6287483)
 * Status: resolved