Jason Hendriks
Forum Replies Created
-
Postman SMTP has a log in Tools > Email Log that you can use to verify whether the emails are being generated or not.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] From adding quotesI’ll install the plugin and try and reproduce your issue and get back to you 🙂
Well it appears you have no connection to GoDaddy’s email server.
smtpout.secureserver.net:465 Closed No
If you see Closed No for relay-hosting.secureserver.net, that’s not going to work as well.
I’m not sure why your website doesn’t have a connection to GoDaddy’s email server, but that’s got nothing to do with this plugin.
What if you trying using Gmail? Perhaps you can connect to Google via HTTPS?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Use X-SMTPAPI with SendgridAh. I didn’t realize you were using the API.
Let me consult the API docs and get back to you.
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] ExcellentThanks!
Look in the Postman diagnostic at the wp_mail owner. If it says pluggables.php, then WPFanMachine has introduced a vulnerability.
See https://wordpress.org/support/topic/compatibility-with-dashboard-quick-lock-please-d?replies=2 for more info.
WordPress wp_mail Owner: /var/www/lpc/wp-includes/pluggable.php
SSH SFTP Updater Support fait quelque chose de dangereux. Le désactivez.
Plus info: https://wordpress.org/support/topic/compatibility-with-dashboard-quick-lock-please-d?replies=2
@ipstenu, no problem.
Forum: Plugins
In reply to: [SSH SFTP Updater Support] Conflicts with Postman pluginSSH SFTP Update has probably implemented their own wp_mail function, disabling Postman SMTP. Only one plugin may implement wp_mail at a time.
Either that, or they are loading WordPress core files directly, which is dangerous.
You can tell which scenario it is by running the Postman diagnostic test and looking at the “wp_mail” owner. If it says pluggable.php, then it is the latter, and you have a security problem.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Sparkpost integrationYes I will integrate the Sparkpost API with Postman SMTP. FYI, the work @richleland is doing is not for Postman SMTP.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Use X-SMTPAPI with SendgridPlease verify that the custom header you added in Postman appears in the emails you are sending out. Open the Tools > Email Log and look in the Session Transcript.
Forum: Fixing WordPress
In reply to: WordPress emails not sending – contact form 7 not working also“Not working” is very vague, can you be more specific as to what is happening / not happening?
I see you’ve installed Postman SMTP. Postman has an email log in Tools > Email Log where you can look to see what happened with your Contact Form 7 attempts.
Did you use the Wizard to setup your email? Still no luck?
I believe GoDaddy’s internal SMTP server is relay-hosting.secureserver.net, not smtpout.secureserver.net. The Postman wizard should have mentioned that to you.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Send Email FailedHi Carolyn. TLS connection problems generally indicate that you have an out-of-date OpenSSL library on your server.
Postman does not use the PHPMailer library shipped with WordPress to send email, so it’s unlikely that the upgrade caused any issues with Postman.
Can you confirm 100% that the “WordPress Dashboard email log” is Postman’s email log? It should say Postman at the top when you go to Tools > Email Log.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] contact form being hijacked?Yes, Postman has a log. Please looks in Tools > Email Log.
The email log (specifically, the session transcript in the email log) should have clues as to why your email has stopped working.