Viewing 5 replies - 1 through 5 (of 5 total)
  • Is there a way for me to tweak the code in wp-subscribe-author to make it use wp-mail-smtp?

    Subscribe Author already uses wp_mail

    if(wp_mail($subscriber_email,$subject , $postMessage, $headers)){
         //echo "sending success";
    } else {
         //echo "sending failed";
    }

    The issue is probably with your own mail setup.

    Thread Starter digi57

    (@digi57)

    I use the plugin WP Mail SMTP. It uses SMTP instead of PHP mail. It works better and more reliable than PHP mail and the sender’s address is my company email, not from WordPress.

    All other email from my Theme sends perfectly. The email from Subscribe Author does not send when I have WP Mail SMTP activated.

    I suggest you install a different SMTP plugin and check the email log to be 100% sure that the email does not send.

    https://www.ads-software.com/plugins/postman-smtp/

    Thread Starter digi57

    (@digi57)

    I changed to the postman plug in and that seems to work. I like being able to check if any emails failed to send. THANKS!

    Plugin Author gchokeen

    (@gchokeen)

    Hi,

    Today 1.7 plugin is released, I added the option to add custom sender name & sender email from admin settings.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Email through smtp’ is closed to new replies.