Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Some clients can't send sucessful forms – some doThe default “correct” [your-name] < [email]> would not work.
That’s not the default. There is a space between < and [email] and that won’t work.
I have installed Postman now and was not experiencing any more issues
Awesome π
Thanks for the German translations π
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Error in sending emails – failed noticeVerification failed for <stevebrownless@lawlincs.co.uk>
No Such User Here
Sender verify failedJust like it says.
stevebrownless@lawlincs.co.ukis not a valid user on this server. You probably need to talk to your server administrator to find out why.Forum: Plugins
In reply to: [Contact Form 7] contact form 7 stopped working, any way to get data?No. An Email Log or Contact Form Database would have helped you.
e-mail address “aaaaa” is not a valid e-mail address. just like the log said.
Try posting to the Email Before Download Support Forum if you can’t figure out why your from address is invalid.
Or, in Postman’s Advanced Settings > Message > Message From > Email Address, tick “Prevent plugins from modifying this field”.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] not getting mailThat’s ok. The Gmail API gets around their firewall. Your site will not be affected now.
Thanks!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] not getting mailLogin to the Google Developer Console with the same Gmail account.
Then choose Credentials from the menu on the left, then click the Add Credentials button > OAuth 2.0 client iD and put in the URLs for your additional domain/website.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] not getting maildo i need to do that for all other sites as well?
I don’t know, are they broken as well?
Note that each website you use must have it’s own Google Client ID.
how can i use one gmail account for different domains?
You can use one Gmail account for all your websites if you really want to. As long as you create a new Client ID for each one.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] not getting mailGo into the Google Developer Console and enable the Gmail API, just like it says.
Use this wizard to create or select a project in the Google Developers Console and automatically enable the API.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] not getting mailYou can’t use SMTPS, your ports are blocked.
In Advanced Settings > Account > Transport: choose Gmail API
You should use the Wizard to setup Postman if you are unfamiliar with how email works.
See http://www.codingmonkey.ca/my-contact-form-emails-are-not-being-sent-to-yahoo-hotmail-gmail/
See https://wordpress.org/tags/email-not-received@lanzen most likely because you’re not using the Gmail SMTP server to deliver your email.
Forum: Plugins
In reply to: [Contact Form 7] form is not sending email, but says 'successful'Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] not getting mailAll your ports (except 443) are blocked by your host. Are you using a Gmail address with the Gmail API like it says you can?
Forum: Fixing WordPress
In reply to: Email problem with my installationcliffdiving.us. 3599 IN MX 1 ASPMX.L.GOOGLE.COM. cliffdiving.us. 3599 IN TXT "v=spf1 a mx ptr include:secureserver.net ~all"Your domain cliffdiving.us has an incorrect SPF record. This is probably why your contact form emails are being dumped.
https://support.google.com/a/answer/178723?hl=en#
Also, your MX records are incomplete. Fix them.
https://support.google.com/a/answer/140034?hl=en
I already posted a proper example for both settings above.
You can install a different plugin and the check the Email Log in the Tools menu for the error message. The server error message is your clue to fixing the problem.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Read/Write error – emails not sendingIt’s got nothing to do with the lock file
Postman Transport URI: smtp:ssl:oauth2://smtp.gmail.com:465
Postman Transport Status (Configured|Ready|Connected): Yes | Yes | NoYou have no connectivity to smtp.gmail.com on port 465, which I think is normal for HostGator. I don’t see how you could have had this working before?
Run the Connectivty Test. You will probably find that you need to switch to the Gmail API instead of SMTP.