Postman SMTP on "[Plugin: WP Mail SMTP] HELP "SMTP Error: Could not...
That means your username (email) or password, or both, are incorrect. Enter the correct authentication credentials.
View Articledennixx on "[Plugin: WP Mail SMTP] HELP "SMTP Error: Could not authenticate."...
right. I checked several times
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] HELP "SMTP Error: Could not...
Do you have any more details to give? Doesn't WP Mail SMTP give you a session transcript? Maybe you're using Gmail and you're having this problem.
View Articledennixx on "[Plugin: WP Mail SMTP] HELP "SMTP Error: Could not authenticate."...
<?php /* Plugin Name: WP-Mail-SMTP Version: 0.9.5 Plugin URI: http://www.callum-macdonald.com/code/wp-mail-smtp/ Description: Reconfigures the wp_mail() function to use SMTP instead of mail() and...
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] HELP "SMTP Error: Could not...
If you are sure your user/password is right, then you probably ran into this problem: http://googleonlinesecurity.blogspot.ca/2014/04/new-security-measures-will-affect-older.html You will need to...
View Articledennixx on "[Plugin: WP Mail SMTP] HELP "SMTP Error: Could not authenticate."...
had the same issue of the e-mail hosting companies I did it in gmail when trying not again
View ArticleMatthias Pabst on "[Plugin: WP Mail SMTP] Delete account details when...
Hello, very helpful plugin. Thanks. But the account details should be deleted from the database when uninstalling the plugin. Maybe a feature for the next update? Thanks!...
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] Delete account details when...
I disagree. Just because you delete a plugin, maybe to revert to an older version to solve a problem, doesn't mean all your related personalization should disappear. It would be nice if WordPress...
View ArticleMatthias Pabst on "[Plugin: WP Mail SMTP] Delete account details when...
Thank you for your quick reply! You're right. There may be cases, where I want to keep the data to use it later again. What about an "Remove Data on Unistall" option like in other plugins like...
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] Delete account details when...
I prefer a "delete plugin data" action in the menu. That way I'm in control of when the data is removed.
View ArticleBru17 on "[Plugin: WP Mail SMTP] Test Message Sent The result was: bool(false)"
Hello! The test mail doesn't work! Can you help me please?!! Test Message Sent The result was: bool(false) The full debugging output is shown below: object(PHPMailer)#6575 (69) { ["Version"]=>...
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] Test Message Sent The result was:...
Ok. @Bru17: You have to change your password. It's included in the output you posted, and someone may try to pillage your google account The error is : ERROR: Password command failed: 535 5.7.8 Error:...
View Articleereb21 on "[Plugin: WP Mail SMTP] Port 25 is closed. Help"
Hello, i use my academic VPS for running a web server and hosting my wordpress site. Too bad this VPS does not allow port 25 but only submission 587 port. I want to have an email that uses my own...
View ArticlePeter Cralen on "[Plugin: WP Mail SMTP] Port 25 is closed. Help"
587 is cool TLS, I use it with Mandrill. Can you use 587 with your smtp account? If you want to use 25 port, server where plugin is installed has to allow it, bc. it will send data via that port.
View Articlepwlarry on "[Plugin: WP Mail SMTP] Send with AJAX"
Hi guys, Sorry, little new to wordpress. I can't seem to find out how to send an email with WP Mail SMTP via Ajax. I've heard/read it's possible - but not entirely sure what endpoint to point at? I've...
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] Send with AJAX"
create your own endpoint in your theme, and from there pass your parameters to wp_mail. then your theme will work with any SMTP plugin, not just one in particular.
View Articlepwlarry on "[Plugin: WP Mail SMTP] Send with AJAX"
thanks for the reply. Apologies, but not entirely sure of how to create the endpoint in the theme. Have you got a quick example? Cheers
View ArticlePostman SMTP on "[Plugin: WP Mail SMTP] Send with AJAX"
I suppose you could add this to your theme's functions.php, but I'm not a theme dev, so don't quote me. You'll need your endpoint function: function sendMail() { $to = $_POST ['to']; $subject = $_POST...
View Articlenqservices on "[Plugin: WP Mail SMTP] Is it compatible with WordPress v4.2.1?"
Hi, Is this plugin fully compatible with Wordpres latest version that is the: 4.2.1? Or will you release a new version soon? Im asking this because on the plugin page it says "Compatible up to: 4.0.4"....
View ArticlePeter Cralen on "[Plugin: WP Mail SMTP] Is it compatible with WordPress v4.2.1?"
It works well with 4.2.1 for me.
View Article