Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    If there is an issue with specific domains, that sounds more like an issue with receiving than sending.

    Some email hosts run pretty aggressive spam filters. Emails sent from web scripts can easily be flagged as spam, but you can avoid that with some preventative steps.

    I would suggest starting with something like WP Mail SMTP so that wp_mail email is sent via an smtp server. Another suggestion would be to make sure that you are using a “from” address that matches a legitimate email address you have.

    Thread Starter jagadish.c

    (@jagadishc)

    Chad, thank you for the reply. WP Mail SMTP plugin solved the issue. I would like to know more about this issue.

    Plugin Author Chad Butler

    (@cbutlerjr)

    What more would you like to know?

    Thread Starter jagadish.c

    (@jagadishc)

    1. Earlier using before the WP-mail plugin I tried changing the class-phpmailer.php file with SMTP host, username and password, also with SSL encryption, but it didn’t work. Could not get what was the issue.

    2. Secondly, while using the WP-mail plugin it has been found that the mail is not received if the SSL encryption option is it. Even this I could not understand what is happening?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WP-Members] Registration Mail Not Being Sent To Gmail ID nor yahoo’ is closed to new replies.