• Resolved oguruma

    (@oguruma)


    How does this plugin work? Does it just filter wp_mail to use it’s own SMTP logic?

    Suppose I had a plugin that would normally send email mail with wp_mail, would this plugin use SMTP instead?

Viewing 1 replies (of 1 total)
  • Hi @oguruma,

    Yes, WP Mail SMTP reconfigures wp_mail() to send emails through the SMTP provider you’ve configured. So, any plugin or code snippet sending an email with wp_mail() will route through WP Mail SMTP.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Use with custom/third-party functions?’ is closed to new replies.