Jason Hendriks
Forum Replies Created
-
connecting to an external server is most often going to be slower than using PHP Mail, because you need to connect to another server before letting the client know it was done
true! 🙂 You might be surprised at the speed of the API though. You can try my own contact form.
Queueing gives no useful feedback to your visitor. Sending the email right away gives feedback to the visitor that the email was correctly delivered. I realize this can be mitigated by Postman’s email log and email address validator… Still it’s nice to know that the green success message from CF7 means the email is actually on its way.
any performance improvements using those services would be outweighed by their cost.
I believe SendGrid still offers free accounts. Mandrill does not.
I therefore turned off the SMTP in that plugin, but the queuing still seems to be bypassed.
Yes, only one plugin can “own” the wp_mail function at a time. Mail queueing is the kind of thing that Postman would have to do itself. Or the mail queue plugin author and I would have to work together on a special solution.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] (400) Mail service not enabled(400) Mail service not enabled
I don’t see 400 Mail service not enabled often, but it does happen to some people. As far as I can tell, it means the Google account is really old and you need to login to the web to upgrade it.. maybe answer some security questions.
/tmp/.postman.lock
I think this is a bug in 1.7.. it is fixed in 2.0 (unreleased).
thank you for the plugin :]
thank you for using 🙂
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Plugins messgePost the output of your Diagnostic Test and I will let you know what you need to do.
Forum: Plugins
In reply to: [Contact Form 7] sends don't work@ifyouwillit great tip! But some GoDaddy users – those using Managed WordPress – don’t have access to cPanel – what do you suggest in that case?
@sciuser1 The remote mail exchanger does not support authentication at Google, so Google may mark your email as Spam, or blackhole it. Since you’re using Gmail, you might want to try the Gmail API instead of SMTP. GoDaddy does not block that port.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Server Error 500 Upon LoginAs it doesn’t appear to malware and it doesn’t appear to be my host, is there anything else we can do to stop this file from being renamed?
Assuming it is malware, you can change the owner of the file to something other the web user, so that the web user (WordPress) can not rename the file. Depending on your Unix skills you may need to ask your host for help.
sudo chown nobody postman-smtp/Postman/Postman-Configuration/PostmanSmtpDiscovery.phpAnother option is to set the file as read-only, but depending on the intelligence of the malware, it may just set it back to writable and then rename it. But it’s worth a try.
chmod 666 postman-smtp/Postman/Postman-Configuration/PostmanSmtpDiscovery.phpA third option is to rename the file to something else entirely, like alex.php. Then you’ll also have to change line 9 of PostmanAdminController.php to reflect your change:
require_once 'Postman-Configuration/alex.php';Presumably if the malware can’t find it, it can’t be renamed.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Cannot Send Test EmailPostman Active Transport: SMTP (smtp:none:none://smtp.gmail.com:587)
Your security and authentication aren’t configured. Google requires authentication and their port 587 requires STARTTLS.
What other steps can I take to determine why my user registration emails are not sending?
Did you try running the Setup Wizard?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Cannot register different Gmail AccountI thought it was just a matter of going to Google Developers Console with my different Google Account
It should be.
The API (Gmail API) is not enabled for your project. Please use the Google Developers Console to update your configuration.
The obvious question is… is the Gmail API enabled in your new account’s Developer Console?
You should really consider adding mail queueing features to this plugin. What can I do about the speed [..] ?
Thanks for the suggestion, but mail queueing should be a function of the mail server, not the mail transfer agent. Sounds like you need to switch to a faster email server like Mandrill or SendGrid or use an API instead of SMTP.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Orders from Woo Commerce not sentSorry you’re having trouble. Unfortunately, generating content is not Postman’s responsibility. You probably have a plugin or theme interfering with the order email from Woocommerce. On its own Woocommerce works fine.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Multiple emails being sentLook perfect. Your domain has an appropriate SPF record. I can’t imagine why Gmail would be sending multiple copies of your email. I would inspect the session transcript and make sure there’s nothing odd. Duplicate copies of your email address for instance in the TO header. I don’t see any reason why you would not receive email either.
I guess just inspect the email log and ensure that what you receive matches what Postman says it sent. Sorry I can’t help more.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Server Error 500 Upon LoginYou know I hate snarky comments like that. I’m not giving you attitude. In fact I went to the trouble of putting a winky face and a ‘hope that helps’ and both went right over you head.
There’s no way you can infer my emotional state from the above text, so why don’t you just assume I’m enjoying helping you rather than jump down my throat? What motive could I possibly have to piss you off?? I don’t get paid for helping anyone in my support forum. I do it because i want to.
135 is the number of sent emails in the email log. But it has an upper limit.
18 is the total number of sent since you installed Postman. It should always be greater than or equal to the number in the email log.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Multiple emails being sentThat’s preferred. But you can email it to me.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Server Error 500 Upon LoginYou may want to look into this.
Well, since it’s your server changing the file then it’s you who needs to look into it 😉
AFAIK, this file is being targeted by spam malware installed on your site. The malware renames the file in an attempt to disable Postman so that it can send Spam directly.
If your site has been infected you should look into cleaning it ASAP.
Did you actually read the other post of the other user experiencing the issue?? I suggest you read it again, especially the very last post.
Hope that helps.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Multiple emails being sentI’ll take “sometimes none” to mean Postman delivered an email but you never received it, correct? This is a different problem and you’ll need to send me your diagnostic test so I can troubleshoot it.