piyush1317 on "[Plugin: WP Mail SMTP] Mail going in inbox for yahoo accounts...
Hi, I just installed WP Mail SMTP. I am using PHP mail() function. Its working fine for yahoo accounts but test mails for gmail accounts are going into spam. Please help....
View ArticleAnnaGallow on "[Plugin: WP Mail SMTP] Test message not sending"
I have checked my settings several time with no success. Can anyone help with this error message? Test Message Sent The result was: bool(false) The full debugging output is shown below:...
View Articlexavierbiron on "[Plugin: WP Mail SMTP] Custom From Name & Email For Some SMTP...
Same for me… I use gravity forms and i can set in the form settings the from name and email. But only the from name bypasses wp-mail-smtp settings. Impossible to change the from email. Very annoying.
View Articlechriswaddy on "[Plugin: WP Mail SMTP] Bulk emails not being received"
Hi Running WP 4.4.3 and using the following plug ins to send automated emails via Office 365 WP-Mail-SMTP v0.95 SB Welcome Email Editor v4.8 When adding new users manually emails are received....
View ArticleMarco Almeida | Webdados on "[Plugin: WP Mail SMTP] "Gmail couldn't verify...
With SSL and SMTP authentication active, I'm getting this error when sending to a gmail account. The "From" email is exactly the same as the SMTP account used to send email. Any ideas on how to avoid...
View Articleandreuerj on "[Plugin: WP Mail SMTP] stream_socket_enable_crypto(): SSL...
After upgrading PHP to 5.6 or 7, every attempt to send an email fail and the following error message is shown: Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error...
View Articlejosimarcsilva on "[Plugin: WP Mail SMTP] It is compatible with the 4.5.2...
Hello, This plugin is compatible with the 4.5.2 version of WordPress? Thanks in advance! https://wordpress.org/plugins/wp-mail-smtp/
View ArticleRafa GT on "[Plugin: WP Mail SMTP] stream_socket_enable_crypto(): SSL...
Same issue here. I have upgraded from PHP 5.3 to 5.6, and suddenly I get this error. Any suggestion?
View Articlebruno.carvalho on "[Plugin: WP Mail SMTP] stream_socket_enable_crypto(): SSL...
Put this code before line 149 ($phpmailer = apply_filters('wp_mail_smtp_custom_options', $phpmailer);) $phpmailer->SMTPOptions = array( 'ssl' => array( 'verify_peer' => false,...
View ArticleMPalokaj on "[Plugin: WP Mail SMTP] smpt send test email, show 404 not found"
I get the same error. It seems to be because of the url the plugin goes to: page=wp-mail-smtp/wp_mail_smtp.php
View ArticleGreg0497 on "[Plugin: WP Mail SMTP] How secure is your plugin?"
Hello Does your plugin store email server address and login information in plain text in the WordPress database? I read recently that a big company was hacked due to the fact an other smtp pluging was...
View Articleenreas on "[Plugin: WP Mail SMTP] stream_socket_enable_crypto(): SSL...
Just as Bruno said, but with a minor change: $phpmailer->SMTPOptions = array( 'ssl' => array( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true ) ); That...
View Articlepowerstarpawan on "[Plugin: WP Mail SMTP] mail functionlity is not working"
Hi, I am a wordpress developer, i have developed one site and it is hosted in Amazon web services. The thing is i am unable to send mails from Amazon web services with the help of Smtp plugin. I am not...
View Articlehansp21 on "[Plugin: WP Mail SMTP] SMTP Error: Could not connect to SMTP host."
Hi guys, I had the some problem. The problem started right after my host upgraded the PHP version of my domain from 5.5 to 5.6.x! Maybe this was the cause of your issues as well?
View Articlehansp21 on "[Plugin: WP Mail SMTP] SMTP Error: Could not connect to SMTP host."
Found a site with more details. This is caused by an incorrect SSL-certficate on the mail server. PHP5.6 has issues with that, where 5.5 didn't....
View Articlestudiotwo on "[Plugin: WP Mail SMTP] SMTP Error: Could not connect to SMTP...
The WP-Mail-SMTP didn't work for me, but "SMTP Mailer v1.0.1" is fine (I am not using Encryption or Authentication). I have WP 4.5.3 and PHP 5.6.12.
View Articleanjanphukan on "[Plugin: WP Mail SMTP] Doesn't send a test email"
Hi, It doesn't sends a test email. neither it shows any debug message. Please help. Thanks. https://wordpress.org/plugins/wp-mail-smtp/
View ArticleNoah10 on "[Plugin: WP Mail SMTP] SMTP Error: Could not connect to SMTP host."
Yes me too I used SMTP Mailer and it works, thanks to you Studiotwo. Tried WP-Mailr-SMTP didn't work for me. This is what I did Once installed the plugin, Go to setting: SMTP Host -...
View Articlehansp21 on "[Plugin: WP Mail SMTP] SMTP Error: Could not connect to SMTP host."
WHOOOOHOOO! It works! The SMTP Mailer plugin works like a charm. I had to set it up a bit different than your comment @Noah, but it works! THe changes I made: I had to set SMTP authentication to 'True'...
View ArticleMatt Gross on "[Plugin: WP Mail SMTP] How to Specify a Reply-To Header?"
Hi There, I need to set a reply-to header to the emails that are being sent from the site, and I can't figure out how to do it with this module enabled. Am I missing something obvious? There's this...
View Article