rohmann / global-smtp

WordPress Global SMTP
62 stars 27 forks source link

Mail still not going through #3

Closed jonaharagon closed 10 years ago

jonaharagon commented 10 years ago

My mail is still not sending, it could possibly be a compatibility issue with the latest wordpress. I installed it through mu-plugins and put the following in wp-config.php:

define('GLOBAL_SMTP_DEBUG',true); define('GLOBAL_SMTP_HOST','mx1.mcweb.us'); define('GLOBAL_SMTPUSER','***'); define('GLOBAL_SMTPPASSWORD','*******_'); define('GLOBAL_SMTPFROM','******_'); define('GLOBAL_SMTP_PORT',2525); define('GLOBAL_SMTP_SECURE;','none'); define('GLOBAL_SMTP_RETURNPATH','****'); define('GLOBAL_SMTP_AUTH_TYPE','PLAIN');

I have verified the SMTP settings (Yes, the port should be 2525) but I still cannot send mail. Please fix or tell me if I did anything wrong. Thanks!

rohmann commented 10 years ago

Hey @DrDarkness, sorry for missing this until now. Knowing the error message you're getting would help. Some hosts don't allow outgoing SMTP so that could be the problem. You could test that by simply installing a normal SMTP plugin and seeing what happens.

jonaharagon commented 10 years ago

Hi, I have tried normal plugins to no avail, I just decided to disable all mail altogether. Thanks though for getting back to me @rohmann :)

rohmann commented 10 years ago

Might be your host after all. I've seen hosts block outgoing SMTP connections before. You may just need to ask them about it

jonaharagon commented 10 years ago

I'll ask, thanks :)