Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Connection timed outRun the Wizard and/or the Connectivity Test to determine what options are available to you.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] All emails working except site registrationForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Yahoo business mail failsWould you kindly post your Diagnostic Test and a session transcript from a failed email (email log).
Forum: Fixing WordPress
In reply to: Registration emails not sending, while other notifications areProbably because your SPF is invalid and Google is dumping your mail.
gameratedgames.com. 3599 IN TXT “v=spf1 mx include:secureserver.net ~all”
Here’s how to fix it
https://support.google.com/a/answer/178723?hl=en
And here’s why
http://www.codingmonkey.ca/my-contact-form-emails-are-not-being-sent-to-yahoo-hotmail-gmail/
80?? What, no, that’s the HTTP (web) port. What the heck are you doing over there?!
Forum: Plugins
In reply to: [Contact Form 7] CF7 w attachment error only on PC browsersI guess you didn’t try Postman. Install the plugin and look in Tools > Email Log for the exact details of why your email is failing on Windows.
http://contactform7.com/faq/i-get-an-error-message-with-a-red-border-so-how-can-i-solve-this/
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Swedish translation of PostmanWow that’s amazing, thank-you! Translations are done online now, as of September 2015.
https://translate.wordpress.org/projects/wp-plugins/postman-smtp
I think if I add you as a translation editor, you can import the .po file in one step.
I’ll get back to you..
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] command unrecognizedCan you give me more information?
Your server disagrees:
[“ErrorInfo”]=>
string(82) “SMTP connect() failedKeep in mind your phone and your website are completely different. One is outside GoDaddy’s DMZ, the other on the inside.
This plugin has a connectivity test to check what we’ve discussed.
for at least 6 months without any issues.
GoDaddy makes their rules, not you nor I, and they can change at any time.
GoDaddy?
[“Host”]=>
string(24) “smtpout.secureserver.net”This is not a valid GoDaddy server, AFAIK. Where the heck did you get it? Did you mean relay-hosting.secureserver.net?
That said, if I switch to the PHP mail function, it resumes working.
That’s because PHP Mail uses SMTP to localhost on port 25, which IS a valid mail server at GoDaddy.
Forum: Plugins
In reply to: [Contact Form 7] Bug in From field in mail senti would rather not move away from CF7, as this is the best form apart from this flaw in its latest update.
As you established in your other post, it’s not a CF7 problem. It was, in fact, SPF.
Glad you got it working.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 fails to workThe email hosting had not authorised the ip address of the clients website, where the mail was coming from.
It’s called SPF (Sender Policy Framework) and any admin who wants to send email from a custom domain should do it.
See WordPress emails are sent but not received
However, what he posted is unrelated to your immediate issue. The red error means your mail server has rejected the email attempt. You can install Postman SMTP and check the email log to find out why.
See the CF7 FAQ I GET AN ERROR MESSAGE WITH A RED BORDER. SO, HOW CAN I SOLVE THIS?
Please confirm that the email attempt is recorded in the email log.
Forum: Fixing WordPress
In reply to: Registration emails not sending, while other notifications areYou need to do some basic troubleshooting, one variable at a time. Is it in the Mandrill sent log? Yes > Problem at the receiving account. No > problem with WordPress.