Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Example: X headers mandrillThere are examples here: https://mandrill.zendesk.com/hc/en-us/articles/205582117-How-to-Use-SMTP-Headers-to-Customize-Your-Messages
Such as
X-MC-GoogleAnalytics: yourdomain.com, yourotherdomain.comForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Cannot Send Test Email@glocal You haven’t configured Postman. Looks like you are stuck on the OAuth 2.0 Grant Authorization step?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postma SMTP error message after email testHi there.
proofreadinggirl.comis not a Google Apps account or a Gmail account. Gmail OAuth 2.0 is for Google accounts only.“someone” ?
You are the person that attempted to login… via this plugin.
@jessshailes Hi Jess
So we know what the error message is?
It’s right here.
SERVER -> CLIENT: 535 Authentication failed SMTP ERROR: Password command failed: 535 Authentication failedMy guess is because your user name (usercastlehaven) is missing the domain part. Maybe it’s supposed to be usercastlehaven@castlehavenconstruction.com?
Also, change your password since you posted it on the Internet.
Could this be the reason I’m not sending emails?
No. This email was accepted. It is sending emails.
SERVER -> CLIENT: 250 OK id=1a4bRZ-0001zt-9s(Marked my password with XXXXX)
This password!?
Z0**pN**pg**Ya, you better change it now anyway.Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Plugins messgeUnfortunately Google OAuth 2.0 does not permit spoofing. If you examine the session transcript, you will see Postman sending the email you want to use, but Google changes it to your own upon receipt.
Google does have a work-around, if you can prove you own the address: https://support.google.com/mail/answer/22370?hl=en
ref: https://wordpress.org/tags/send-mail-as
Thanks for using!
You probably installed another plugin (or theme) in the meantime that is “eating” the grant code on its way from Google.
Deactivate your plugins and try again, then reactivate your plugins. If you can figure out which plugin is causing the problem please let me know.
Thanks for using!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gmail API – From name and from email addressDoes this workaround not set the ‘From Name’ then or am I missing something?
I was pretty sure that Google honours the name and email address set by Postman, once you configure the Send Mail As option.
Granted I haven’t tried it in a few months… can you verify in the session transcript that the message From header appears the way you want it? (Tools > Email Log)
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] How to avoid duplicate messages?Thanks for this.
But when those other plugins offer the option to send their message either by PHP mail() function or by SMTP, which one should I use?SMTP will be more reliable the PHP mail, you can just copy the same settings you put in Postman into the SMTP settings for the other plugin.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Conflict with Contact Form 7?Sorry to hear you are still having trouble.
website.com is not really your domain is it? Would you please post the correct domain so I can check the MX and SPF.
Some reading material:
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gmail API not workingHi there. Sorry it’s not working.
The API (Gmail API) is not enabled for your project. Please use the Google Developers Console to update your configuration.
You have to enable the Gmail API for your Google account using the Google Developer Console. The magic link from Postman should do it automatically for you. But if it doesn’t, just enable it yourself.
Here’s a screenshot of where to find it in the Google Developer Console.
http://plugins.svn.wordpress.org/postman-smtp/assets/examples/Screen_Shot_2015-11-11_at_22_31_24.pngForum: Plugins
In reply to: [Contact Form 7] sends don't workContact Form 7 won’t send email, despite appearing as though it is working. Success message appears.
@arconsulting If you get the success message, that indicates the email was sent.
CF7 : spinning arrows of death
@sciuser1 this means the ajax response was corrupted by server-side errors or there was a javascript conflict that broke the ajax. either way you should deactivate all your plugins and go back to the default WordPress theme and try your test again.
Any plugin I use, I do not receive any email from customers.
@ktulu22 than probably your email setup is wrong. here’s a couple articles to read:
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Hostname BugIt seems to be stripping the hostname from the mail server then then trying to connect to that, so lcn.com port 25 instead of mail.lcn.com 25
I’m not sure how they made that leap in logic. They must have strong legs.
Ajax is used in the wizard, in the connectivity test, in the email test but ajax is not used for saving your settings in the advanced screen. are you able to set your settings and save them manually?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gmail OAuth 2.0 with temporary dev siteSorry I misunderstood.
Yes, you can use a temp address that’s not a problem. And once Postman is authorized it will keep sending mail even if the address changes later on.
Thanks for using!