brno
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp doesn’t send user registration email with password – godaddyI spent almost two days, solving this problem successfully. Above solution didn’t work, I tried every possible solution including checking if php mail() is enabled or not or adding the int() to config.php, nthing worked. OK here is my solution:
1- Install WP Mail SMTP from here
2- Set a mail on your own server like info@mydomain.com
3- in Plugin setting try to use SMTP instead of PHP mail
4- my test on Gmail was unsuccessful, that’s why I recommend you using your own mail
5- any setting with SSL or TLS was unsuccessful, so I used “No encryption”.
6- there are several available SMTP ports for me only 80 worked.Good luck
Forum: Fixing WordPress
In reply to: WordPress new user registration password problemI spent almost two days, solving this problem successfully. Above solution didn’t work, I tried every possible solution including checking if php mail() is enabled or not or adding the int() to config.php, nthing worked. OK here is my solution:
1- Install WP Mail SMTP from here
2- Set a mail on your own server like info@mydomain.com
3- in Plugin setting try to use SMTP instead of PHP mail
4- my test on Gmail was unsuccessful, that’s why I recommend you using your own mail
5- any setting with SSL or TLS was unsuccessful, so I used “No encryption”.
6- there are several available SMTP ports for me only 80 worked.Good luck