doyatthinkdoy on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
Could you please help me. Mail not sent. Getting the message : Test Message Sent The result was: bool(false) https://wordpress.org/plugins/wp-mail-smtp/
View Articledoyatthinkdoy on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
I corrected it. I'm using gmail and my security setting was blocking this plugin
View Articleiamchloe on "[Plugin: WP Mail SMTP] test email, result bool(true)"
Can someone please explain to me in plain english how to set this up. I have built a form using Visual Form Builder and apparently I need to set up this plugin first in order for the form to send me...
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] test email, result bool(true)"
Chloe, what site is your blog at. Who is your email provider?
View Articleiamchloe on "[Plugin: WP Mail SMTP] test email, result bool(true)"
http://www.estabursary.org.uk and my email provider is hotmail. Microsoft.
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] test email, result bool(true)"
I tried Hotmail myself, using these parameters: host: smtp.live.com port: 587 encryption: tls with my username and password and i saw: bool(false) .. string(35) "SMTP Error: Could not authenticate." .....
View Articleiamchloe on "[Plugin: WP Mail SMTP] test email, result bool(true)"
Hi, I am actually Using the PHP mail() function to send emails. does this mean I don't need to add in those extra details? I only need this plugin to allow my contact form to send me an email...
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] test email, result bool(true)"
Chloe, you'll need to use SMTP, not PHP Mail to send Hotmail. If the recipient and sender both happen to be Hotmail addresses, Hotmail will mark your mail as spam. Use the settings I posted above to...
View Articlehimanshu_ag on "[Plugin: WP Mail SMTP] GMAIL "SMTP Error: Could not...
@Jason Hendriks you are right.A little changes in settings, under mailer section i had selected Use the PHP mail() function to send emails. currently my plugin is working properly http://bit.ly/17ZJWWA
View Articlehimanshu_ag on "[Plugin: WP Mail SMTP] The e-mail could not be sent. Possible...
A little changes in settings, under mailer section i had selected Use the PHP mail() function to send emails. currently my plugin is working properly http://bit.ly/17ZJWWA
View Articlecynthiacamilamarimi on "[Plugin: WP Mail SMTP] test email, result bool(true)"
Hi guys, Jason, I am using the same parameters you posted above and I am getting: The result was: bool(false) The full debugging output is shown below: object(PHPMailer)#1207 (69) { (all the other...
View Articlecynthiacamilamarimi on "[Plugin: WP Mail SMTP] Test Message Sent The result...
Hi I am getting the same result after using host: smtp.live.com port: 587 encryption: tls with my username and password and the result was: bool(false) The full debugging output is shown below:...
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] test email, result bool(true)"
Cynthia, you can't send a message composed from a Gmail address with the Hotmail server. It will refuse the connection. Your settings should be Host: smtp.gmail.com Port: 465 Encryption: SSL
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
Cynthia, connect to the Gmail server to send Gmail. Your host, port and encryption method are all wrong.
View Articlecynthiacamilamarimi on "[Plugin: WP Mail SMTP] Test Message Sent The result...
the gmail that appears above is the email it is going to, not from where is it going, i am sending from myemail@hotmail.com
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
In that case your From: address is missing All I see in your debugging output is From: ArteGennaro It should read From: "ArteGennaro" <myemail@hotmail.com> Did you forget to specify your From...
View ArticleDenis313 on "[Plugin: WP Mail SMTP] Email could no be sent"
I've been using wp mail smpt for two years and everything worked very fine. but suddenly something went wrong and no more email could be sent! very strange can you help me ? how to fix it I run in...
View Article