Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] I am not able to rset pasword throughtI’m sorry, Postman only sends email. It has nothing to do with actually resting the password. It sounds like you have a plugin conflict. I would suggest disabling all your plugins, and using the default theme, and see if you are able to reset the password then.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] send email lateThat’s it
Why does Postman look cheesy!!? π
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] I am not able to rset pasword throughtDo you mean you are not able to receive the password reset email? Can you confirm that it appears in the Email Log?
The email is probably being rejected at the receiving server. Confirm that your SPF record on the domain is valid for the SMTP server you have configured Postman to use.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] postman smtp is not configuredAlso, btw you can manually setup Postman without the wizard, by clicking on “Show All Settings” and entering your Mandrill API key and your Message From email address.
Your problem seems to be related to the Wizard only.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] postman smtp is not configuredOk, the second screenshot says status:404.
From the Codex:
// since 2.8 ajaxurl is always defined in the admin header and points to admin-ajax.php
On your website, that is
http://www.springkleinchamber.org/site/wp-admin/admin-ajax.phpI can load that page just fine outside your site:
Jasons-Mac-Pro:twentyfifteen jasonhendriks$ curl --include http://www.springkleinchamber.org/site/wp-admin/admin-ajax.php HTTP/1.1 200 OK Date: Wed, 04 Nov 2015 14:26:53 GMT Server: Apache X-Powered-By: PHP/5.4.27 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Set-Cookie: PHPSESSID=5e5707f423045989b5ce8d10369120b8; path=/ Transfer-Encoding: chunked Content-Type: text/htmlSo what would make your WordPress site report 404 on this URL? Are you behind a reverse proxy?
Was this just a temporary problem? Or is it repeatable?
Yup, you could turn off your security. That’s certainly an option!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] send email lateYes anyone can use their service π
You just need to use their SMTP settings in Postman.
Run the wizard and type in this Outgoing Mail Server Hostname :
smtp.sendgrid.netForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] send email lateNo, SendGrid is just a regular SMTP server, so you can configure Postman to use it like any other SMTP server.
But you do need to signup for an account at SendGrid, using the email address that your website order form uses.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] V1.7And btw, thank-you both for being reluctant beta testers π
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] send email latebut it happens few times in one of my site getting email late 20min to 1hour.
The mail server is the one that queues the mail; Postman delivers it the instant it is told to. The only thing I can recommend is switching mail servers. Maybe try Mandrill or SendGrid.
yesterday i got 5 orders from that site. the first order email came 20min late rest 4 came in time. thats a big trouble because this is restaurant they need to cook food as soon as they get order.
In my opinion, that’s not what e-mail is for. A restaurant order system should use notifications built on a web service, pushed to a cellphone app or similar. E-mail is not a guaranteed messaging system.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] V1.7This plugin sends out a ‘new lead notification’ e-mail when a new lead comes in through the site and uses a custom html e-mail template for this.
Ok, I’ll install it and see if I can find the problem! Hang tight.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Can't send an email using OptimizepressWell your problem is solved haha. v1.7 still has the bug.
But I think I know what the problem is. I don’t validate transport_modules until the init() hook of WordPress start, and Optimizepress is calling wp_mail either before the init() hook, or during the init() hook but before Postman.
I’ll see what I can do..!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] V1.7You can delete the current version and then install v1.6.24.
I’ve noticed now that html e-mail templates are not being recognized
Which plugin are you using for e-mail templates?