Jason Hendriks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: registration email not sent, but email worksDNS changes can take up to 48 hours to update.
Try again tomorrow.
Forum: Fixing WordPress
In reply to: registration email not sent, but email worksI’m the author of Postman. It’s the content of the email that is triggering your symptoms.
Please read http://www.codingmonkey.ca/my-contact-form-emails-are-not-being-sent-to-yahoo-hotmail-gmail/ and then correct your SPF record.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Manrill Stopped WorkingBluehost?
I’ve contacted BlueHost, they say I’m not being block and all looks good.
Quite unlikely. AFAIK – and trust me, at this point I’m quite the authority – ;-), Bluehost blocks all access to external SMTP servers. Bluehost and GoDaddy were the reason I wrote the Web Services version of Postman for Gmail users.
Please post the results of Postman’s Connectivity Test to Mandril.
Don’t worry, we can still it get to work π
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Manrill Stopped WorkingIncorrect authentication data means your name + password are being rejected by the email server you are connecting to.
Either your account has expired, your password has expired or changed, or you are no longer connecting to Mandrill.
Forum: Fixing WordPress
In reply to: cannot send emailhttps://wordpress.org/plugins/postman-smtp/
Use the setup wizard to configure your email
Verify that your emails are sent in the email logHTTPS is an unrelated protocol that deals with traffic between the web server and a web browser. Not the web server and an email server.
What you want to do is inspect + verify the traffic between the two servers. A sniffer is the only way.
You’ll need something called a packet sniffer, and if you don’t already know what it is you probably won’t be able to use it π
@ndelmoral this plugin has not been configured. Postman v1.6.24 will not attempt to bind to wp_mail when it not configured. (This behaviour changes in 1.7)
Also, if you are having a bind problem, you need to switch the theme to the default WordPress 2015 to ensure it’s not a problem with “Betheme Child”.
Forum: Plugins
In reply to: [Contact Form 7] Contact From Name & Email error@davmerit, this isn’t an email issue.
@andrewcooneyphoto the tags you have in the Form tab, are the tags you can use in the Mail tab.
If you don’t have a [your-name] tag in the Form tab, you can’t use it in the Mail tab.
http://contactform7.com/faq/nothing-shows-up-in-the-email-even-after-adding-a-tag-to-the-form/
So fix the invalid address in your contact form.
wordpress@serveripis not a valid email address, agreed?
If you can’t figure out how to fix your contact form, there’s an option in Postman Advanced Settings > Message > Message From > Email Address > Prevent plugins from changing this that will prevent the contact form from overriding the address you already set up in Postman.
None of the messages I’ve tried to test send have been delivered
Are you saying Postman’s Test Email messages aren’t being delivered, either?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMPT is not workingDuplicate issue.
Reverse proxy configuration with Internet Information Server (IIS)
https://wordpress.org/support/topic/404-not-found-79?replies=17
https://wordpress.org/tags/postman-reverse-proxyForum: Plugins
In reply to: [Contact Form 7] Email SecurityContact Form 7 emails you the completed form. Email. Like plain text communicated between untrusted servers hosted all over the Internet. This is definitely not how you want to treat the confidential information of your customers.
I am not sure if this is a WordPress problem or a Ninja Forms problem
Neither. Not using an approved SMTP server for your domain is a sure fire way to get flagged as Spam, which is why the SMTP plugin solves the issue.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMPT is not workingContact me first and we’ll discuss.