Jason Hendriks
Forum Replies Created
-
This is a DNS problem, wp_remote_post could not get an IP address for http://www.googleapis.com/ from the DNS.
On the other hand, it should be trying to resolve
www.googleapis.comnothttp://www.googleapis.com/Your reverse proxy is probably mangling the name, adding the http to the front. But I thought proxies only changed incoming requests, not outgoing. Perhaps yours is configured incorrectly.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Inline imagesI would’ve like the images to be visible by default in ALL if not most popular e-mail clients.
Is there an email client where the image in Postman’s test email does NOT show? I’m not aware of any.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Replyto is my address and not the user'sI was able to replicate your problem with the Mandrill API in Postman 1.7. Please download the updated version + thank-you so much for helping me test the new API integration.
1.7.0c : https://downloads.wordpress.org/plugin/postman-smtp.zip
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman stopped emailing 2 days agoSame problem as this guy
Postman Transport URI: smtp:ssl:oauth2://smtp.gmail.com:465
Postman Transport Status (Configured|Ready|Connected): Yes | Yes | NoYour host is blocking your access to Gmail. Run the Connectivity Test. You’ll probably find you need to switch from SMTP to the Gmail API.
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] This worked when evertything else failedSo glad to hear it!!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Replyto is my address and not the user'sOh you’re using the 1.7 early beta. There might be a bug in the Mandrill API implementation, it’s a brand new feature. I’ll check it out.
Thanks for the tip, @serenine!
You might have to take this up with Cloudways. Your PHP is simply crashing without any error message, hence the HTTP 503 from Apache. I’ve not heard of this before and it is most likely specific to your particular environment. PHP 5.4 is popular so it must be something else. Perhaps when Postman tries to create its lock file on the file system, there is some kind of security in place that kills the process.
I’m sorry. It it looks like Postman will not be a fit for you π
Forum: Plugins
In reply to: [Fast Secure Contact Form] Replyto is my address and not the user'swhen I look at the reply-to values in the Postman log, it does indeed say the email address of the person who filled out the form!
Could you show us the headers from one of these emails?
You keep saying Apache errors. Are you looking at the WordPress log in wp-content/debug.log ?
What’s your PHP version?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Replyto is my address and not the user'sThe Email Log in Postman will show the Reply-To being set by FSCF. What value does it have?
Are you running a plugin called Multisite Robots Text Manager?
I bet you are. It’s buggy. Deactivate it and then try installing Postman.
Google is your friend.
I thought that [your-name] [your e-mail] would work too.
Did you mean [your-name] <[your-email]> ? If you add a name you have to put the email in angle brackets.
Forum: Plugins
In reply to: [SendGrid] Sendgrid plugin is polluting the Global namespaceassuming it was set in the WP loop that loads plugins. (We’ll be reporting that as a defect to them as well, of course π
How could assuming a WordPress variable is set by WordPress when loading plugins possibly be a defect?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Does this work for a multisite?Hi @mdunham thanks for writing.
If you could please start your own forum topic that would be great and I will help you there, this thread is specifically for new feature requests in the multi site version.
Short answer is 503 is a PHP crash and might be a library problem, or a PHP version conflict. Best way to solve it is to enable WordPress debugging and see what the log says. 503 may not be directly related to Postman, though it is obviously the trigger.