Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Jason Hendriks

    (@jasonhendriks)

    The MyMail plugin has an extension api that could be used as the beginnings of a standard.

    Plugin Author Josh Lyford

    (@joshl)

    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

    (@jasonhendriks)

    The WordPress mail function wp_mail is the standard.

    <?php wp_mail( $to, $subject, $message, $headers, $attachments ); ?>
    Plugin Author Josh Lyford

    (@joshl)

    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

    (@joshl)

    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

    (@jasonhendriks)

    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.