Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Archiving customer emailsInstall Postman and cc yourself in the Postman settings.
If you just want to do it only through Woo, try this:
https://github.com/vendidero/woo-email-managerForum: Plugins
In reply to: [WooCommerce] woocommerce email issuesThe above solutions are on the right track. Also WordPress emails are sent but not received.
Forum: Plugins
In reply to: [Germanized for WooCommerce] String übersetzenWhere is the RCPT TO for the first transcript? No recipient forward path means there is no-one specified as the recipient.
Forum: Plugins
In reply to: [WooCommerce] Archiving customer emailsEmail Log or cc: yourself on every email
https://wordpress.org/plugins/postman-smtp/Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman only delivering as OAuth'd accountOAuth rules do not allow Email Spoofing. If you check the transcript, you can see Postman sends the From Address you want to use. However Google replaces the From Address you specify with your own. The name is left alone.
If you can prove you own the email address, Google will allow you to use it as the From Address with their Send Mail As feature. Also see the Treat As An Alias setting.
Both the gravity forms settings and Postman’s Envelope/Message From settings just get ignored
Envelope From is always ignored by the API. In v1.7, this field disappears when you use the API.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman only delivering as OAuth'd accountOAuth with who, Gmail? Are you using SMTP or the API? I need more details.
Forum: Plugins
In reply to: [Contact Form 7] I'm sure I've made a basic error!but when I test my contact form, I receive nothing.
Did you read this yet? WordPress emails are sent but not received
Check that the SMTP server used does not violate the SPF rule for the domain, or that the SPF record is not missing. Also make sure your subject field is not empty. Make sure your From address is a valid user for the domain.
When I try to fill out a form I get the message “Failed to send your message.
You can use this plugin to see why the SMTP server is rejecting your from address when you change it. Check the email log. https://wordpress.org/plugins/postman-smtp/
If I completely remove the <> message
That’s not recommended.
I have already tried everything I can think of including deleting the plugin and re-installing it.
It’s likely not a problem with CF7, but rather how you have configured email for your website (or lack of…)
Further reading
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] 406 (Not Acceptable)In this case please contact support means your web host, not me.
Something is preventing you from using Postman’s Email Log.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Missing Emailshttps://wordpress.org/tags/email-not-received
Hitting quota limits would result in a bounce message.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Not receiving emails to my domainFollowing
Forum: Plugins
In reply to: [Contact Form 7] Emails Are Not SentThis is likely a combination of using an SMTP server that violates the domain’s SPF rule (domain of the email in the From address), or having no SPF rule in the first place. Read http://www.codingmonkey.ca/my-contact-form-emails-are-not-being-sent-to-yahoo-hotmail-gmail/
Forum: Plugins
In reply to: [Contact Form 7] forms don't arrive in mailYou mean SPF setting.
Forum: Plugins
In reply to: [WP-EMail] Email not received?So first, sendmail is just SMTP to localhost on port 25, no auth, no encryption.
Not sure what php means in this context, but it’s likely the same behaviour as above.all emails arrive apart from emails to hotmail.XXX addresses… anyone know what might be causing this?
Yup. This is a combination of using an SMTP server that violates the domain’s SPF rule (domain of the email in the From address), or having no SPF rule in the first place. Read http://www.codingmonkey.ca/my-contact-form-emails-are-not-being-sent-to-yahoo-hotmail-gmail/
Assuming WP-Email can use the WordPress wp_mail function, you might want to try using a dedicated SMTP mailer to send your site’s mail: https://wordpress.org/plugins/postman-smtp/