Jason Hendriks
Forum Replies Created
-
Great!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Email sender it's wrongPerfect 🙂
Forum: Plugins
In reply to: [SendPress Newsletters] Postman STMP Integration and Gmail serverGood to know, thanks! Is that not the default?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Proper Setup with ContactForm7 & Postman SMTPThat’s a spam error, not an SMTP error.
That’s why you don’t see it in the Postman log; CF7 never sent it.
I would try a test with a bare bones GF form and postman to see what all those other things (sales force, mail chimp, conditional fields) are costing you.
You’re sending two emails per submission? That will double your SMTP time. I didn’t realize that’s what you meant by two notifications.
Yes eight seconds sounds annoyingly long. I’m not sure what Gravity Forms is doing for two seconds on your site.
Try my contact form. http://www.codingmonkey.ca/contact/ I use Contact Form 7, it’s very fast.
I doubt there will be much difference with Mandrill vs Gmail.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Proper Setup with ContactForm7 & Postman SMTPIs the CF7 error message orange?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Contact Form 7 troubleYou’ll have to tell me what the error message from CF7 in the email log (Tools > Email Log) for me to help.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro not sending emailsSucks.
undefined function wp_send_json_error()
This function was added in WordPress 3.5. What version are you running??
VFB’s min version is 3.5 as well.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Proper Setup with ContactForm7 & Postman SMTPCheck Postman’s email log (Tools > Email Log), you will see CF7’s error there.
Postman does not write to debug.log unless you enable it in the Advanced tab.
Your logo is cute 😆
No problem.
You can get an account for your email for free at SendGrid. Mandrill has no free plans. And Gmail’s free service does not allow custom domains, but the paid Google Apps service does.
The API might shave 1-2 seconds off your total send time.
It’s worth noting that based on your post the time for Postman to send mail is only another 2.2 seconds, including Postman’s overhead, probably because it is sending to the Internet and not localhost. That seems reasonable.
Hi, thanks for writing.
I’m not sure what to tell you? Obviously communicating with a third-party server is going to take time, especially if that server is out on the Internet and not your localhost. You’ll get better performance by switching from SMTP to one of the web services bundled with Postman (Gmail, Mandrill or SendGrid). I use Gmail SMTP myself and I’ve never seen it take less than two seconds or more than three, to send email.
Reminds me of something we used to say in school.. “Sure it corrupts data, but look how fast it is” 😉
If your email works without Postman, then you can probably do without it.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Pro not sending emailsTry a different SMTP plugin. The one you use doesn’t have google’s latest security standards.
https://wordpress.org/plugins/postman-smtp/Forum: Reviews
In reply to: [Advanced Browser Check] Don't download itif these two things are true:
- There is nothing in the plugin code that can edit files
- Versari deactivated the plugin and the symptoms persisted
Then obviously your plugin is not the cause of his issues. Probably there was an unfortunate coincidence when he installed your plugin, like a WordPress upgrade or a theme config change or some malware was triggered or who knows what.
1-Star reviews without any request for help in the support forum are annoying. I feel your pain.
Someone else said the same thing happened at GoDaddy. Annoying. I might change the code to
Include PostmanSmtpDiscovery.php Include PostmanSmtpDiscovery.php.suspectedInstead of
Require PostmanSmtpDiscovery.php