TeeDev on "[Plugin: WP Mail SMTP] [Suggestion] Hide STMP password"
Yea... this is the only negative with an otherwise very efficient plugin. +1
View ArticleTheMadMax on "[Plugin: WP Mail SMTP] Office365 Relay"
I get a white Screen after a form tries to use the mail function after adding those 2 lines of code. Is that all you did is add the 2 lines after line 95 and add them after 126? Thanks for any help!
View Articlejeezy on "[Plugin: WP Mail SMTP] Office365 Relay"
Yeah, that was pretty much all I had to do.
View ArticleTheMadMax on "[Plugin: WP Mail SMTP] Office365 Relay"
When I added the 2 lines after both locations it broke the plugin, any ideas?
View Articlejeezy on "[Plugin: WP Mail SMTP] Office365 Relay"
In your config.php enable wp_debug (define('WP_DEBUG', true);) and see if you get something more than a white screen. Besides that, remove the lines of code you added and confirm that the plugin is...
View Articlezanzistor on "[Plugin: WP Mail SMTP] Not working"
Hi there, seems that your last plugin is not possible to go inside the settings page, a blank page appeared.... so is not able to use... you plugin 0.9.4 wordpress italian ---> WordPress 3.8.1...
View ArticleMtpIntros on "[Plugin: WP Mail SMTP] Not working"
Hey Zanzistor, Try delete the whole plugin, and upload it again. The cause of a blank page can be: - exhausted memory - missing files - poorly coded plugin Please let me know if the re-upload has...
View Articledcidigital1990 on "[Plugin: WP Mail SMTP] Test Mail works, but Contact 7 does...
I know exactly what you mean! Every thread I read is really out of date. I use GoDaddy as my host, have all their latest SMTP info, test emails send perfectly, contact forms won't! I've spent days on...
View Articlenyodulf on "[Plugin: WP Mail SMTP] Contact Form 7 : "From" is always my own...
Another option is to add this to a child-theme or plugin functions.php file: function addSmtpReplyTo($phpmailer) { $phpmailer->addReplyTo($phpmailer->From, $phpmailer->FromName); return...
View Articlenyodulf on "[Plugin: WP Mail SMTP] Contact Form 7 correct reply to address...
Another option is to add this to a child-theme or plugin functions.php file: function addSmtpReplyTo($phpmailer) { $phpmailer->addReplyTo($phpmailer->From, $phpmailer->FromName); return...
View Articleguicz on "[Plugin: WP Mail SMTP] Fatal error: Cannot redeclare class...
I'm having an issue when I try to enter in the settings area of this plugin in the wp backend. Fatal error: Cannot redeclare class phpmailerException in...
View Articlearudd on "[Plugin: WP Mail SMTP] Plugin not working at my website."
This should fix the issue: http://www.rocketideas.com/2012/05/gmail-error-password-not-accepted-from-server-solved/
View Articledesignroom on "[Plugin: WP Mail SMTP] Plugin not working at my website."
Thanks for the tip. Actually, Digital Ocean had a SMTP Block rule which I had to require to be unblocked. So it turned out the plugin had not issues at all. Anyway, thanks for your help.
View Articlefcd_jsilva on "[Plugin: WP Mail SMTP] Plugin not working in SMTP mod"
I am trying to use the SMTP with Mandrill App to handle email notifications. I setup the SMTP info according to their directions and I get an error message saying I cannot connect. I tried it on...
View Articlejules.maas on "[Plugin: WP Mail SMTP] GMAIL "SMTP Error: Could not...
Argh. wp_mail is not sending ANY email via the WP-Members app required for a restricted section of my website. I activated this plugin to fix that problem, but EVERY TIME I try to send a test email to...
View Articlejules.maas on "[Plugin: WP Mail SMTP] GMAIL "SMTP Error: Could not...
oh, here's some extra info: The SMTP debugging output is shown below: SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is "" SMTP -> get_lines(): $data is "" SMTP -> get_lines():...
View Articlezahidaziz16 on "[Plugin: WP Mail SMTP] Dynamically put 'send from email' and...
Hi, I used this smtp plugin to send email. How possible I can dynamically put 'send from email' and 'send from name' from entered user form.?? Appreciate your feedback. Thanks...
View ArticleTheHappyEarth on "[Plugin: WP Mail SMTP] Which credentials to use?"
I'm confused about which credentials I'm supposed to use for this. My situation is this: our domain is registered with Network Solutions, but our site is hosted on GoDaddy and our email is through...
View ArticleRyan on "[Plugin: WP Mail SMTP] [Suggestion] Hide STMP password"
Masking the password (ie. setting the form input type to "password") will stop over-the-shoulder password theft, but I doubt that is actually much of a threat IRL. Masking the password does nothing to...
View Article