SuperGraham on "[Plugin: WP Mail SMTP] open password field - please don't !"
That idea has prompted me to dig further in SendGrid and I found new options that allow me to create multiple user accounts to route mail.
View Articlevirtualgeorge on "[Plugin: WP Mail SMTP] Not sending - Gmail only - also...
Also, on this installation I am not getting the usual debug info when sending a test. Test Message Sent The result was: bool(true) The full debugging output is shown below: I installed on another site...
View Articleyammy on "[Plugin: WP Mail SMTP] open password field - please don't !"
Well, wathever the smtp mailer is, hidding the password is just a matter of security, in fact this is the first form with a password field that actually display it in plain text, that I have ever seen...
View ArticlePeter Cralen on "[Plugin: WP Mail SMTP] open password field - please don't !"
yammy this is open source ... nothing to hide :D Fill password to any third party app is not secure at all. For this purpose exist OAuth or Api key.
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] open password field - please don't !"
I have to agree with Peter, @yammy. Hiding the password, in this scenario, does nothing to improve your security. In fact, it lulls you into a false sense of security which is worse. The author of this...
View Articleyammy on "[Plugin: WP Mail SMTP] open password field - please don't !"
So.. Hmm.. He claims that can't use encription. But can't you just save the password with md5 hash in database, and then retrieving it with md5 decrypt, before sending to smtp ? For example, wordpress...
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] open password field - please don't !"
But can't you just save the password with md5 hash in database, and then retrieving it with md5 decrypt, before sending to smtp ? In your scenario, there is no secret key. If you don't have a secret...
View Articleyammy on "[Plugin: WP Mail SMTP] open password field - please don't !"
Aaah got it now, thanks for the explanations, very usefull =) []s
View Articleawtx on "[Plugin: WP Mail SMTP] Not working with Gmail"
When you can't send via SMTP from your website server, you should check with your hosting provider. Many providers block ports 25, 465, 587 so their webservers cannot send outgoing email. GoDaddy has a...
View Articleiparker on "[Plugin: WP Mail SMTP] Add additional header?"
Hello, is there a possibility to add an additional smtp x header to the mails? I want to send the mails via mandrill and with the addtional header I could assign the mails to a mandrill subaccount....
View Articlesockscap64 on "[Plugin: WP Mail SMTP] GMAIL "SMTP Error: Could not...
Hello, This is SocksCap64. I got this error too and now it's works fine. record here may help the other people meet this error. 1, open https://myaccount.google.com/ at the tab 'Signing in' you will...
View Articlesockscap64 on "[Plugin: WP Mail SMTP] GMAIL "SMTP Error: Could not...
Correction: as @Jason Hendriks's reply, my solution reduce my security, so the better choice is use OAuth 2.0. https://wordpress.org/plugins/postman-smtp/ i already installed this plugin, and it's...
View Articleteaganfea on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
Hi, Im having the same problem. I am unable to send a test email. I get the bool False message. My settings are: From email: info@teaganfea.com From Name: Teagan Fea Mailer: Send all WordPress emails...
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
@teaganfea you're connecting to the FTP service. Try the mail service on port 25 instead. Or 465 if you want to use SSL encryption.
View Articleteaganfea on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
Ok, thanks, 465 seems to work because I received the message bool true. However I didn't receive the email in my account. Does this matter? Thanks again! Teagan
View Articleteaganfea on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
Ok, I just sent a contact form from my site and it worked. Thank you!
View Articlesvbaloo on "[Plugin: WP Mail SMTP] SMTP connect failed"
Hello, I'm trying to install the plugin but it's not sending the test email. The first error listed is SMTP connect failed. Any thoughts? Thanks. https://wordpress.org/plugins/wp-mail-smtp/
View Articlelevon prime on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
Hi, I have the same problem, installed the smtp mailing, but no mails work. Setted up 465 and ssl encryption, but it dosn't work at all.. I guess I'm just to amateur to understand :D
View Article