Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] User sender does not appearThats because the sender (your site) is always the same.
If you want to reply directly to the user, have your custom contact form set the Reply-To: header in the e-mail.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] From adding quotesI’ll check it out.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman setup with GmailI’ll always welcome volunteer help! I don’t have as much time for this project as I used to (that always happens).
Gmail supports SMTP just like every other provider. The only reason to use Postman and the Gmail API is if your web host blocks the SMTP ports (25/465/587).
As for SMTPS vs STARTTLS, it doesn’t matter. For the foreseeable future, Gmail supports both.
The wizard will choose SMTP (more stable) over the API, and STARTTLS (official IANA assignment) over SMTPS.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] TLS and STARTTLS requestSMTPS is encryption at the network level.
STARTTLS (or Opportunistic TLS) is encryption at the application level.Where ‘encryption‘ is either the older Secure Socket Layer (SSL) or the newer Transport Layer Security (TLS).
Hope that helps!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Invalid "From" e-mail addressIn the Message tab, uncheck the “Email Validation”.
Then Postman will ignore what it thinks is an invalid domain.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Emails aren't formatted properly showing codeI don’t know what a Mandrill template is. Can you explain in more detail?
The Postman test email is a multipart/alternative MIME type. This means it contains both a text part and an HTML part (two different formats of the same content).
From your post, it appears your email contains HTML only. But whatever generated the email receipt did not set the email content type to HTML. Email readers default to Plain Text if the content type is not set. Postman does not alter content, so there’s nothing Postman can do to fix this. It is up to the creator of the email to choose the right content type.
I’m pretty sure wp-ecommerce works correctly, so you may have something else on your system, such as another plugin, messing up. For example, WordPress has an API that allows any plugin to change the mime-type system-wide. The Postman diagnostic test will reveal this.
Can’t do it, at least not without logging you out of WordPress. Imagine a user entered an email in your comment form and that form had a link to wp-admin/post.php…. this email could do any action on WordPress that you can do.
Huge security hole.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Bad Request(invalid_grant)You are the second person to say this. It could be a temporary error at Google.
Re-creating the OAuth 2.0 Client ID might help.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Token has been revoked.(invalid_grant)You are the second person to say this. It could be a temporary error at Google.
Re-creating the OAuth 2.0 Client ID might help.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Oauth fails on Yahoo. Two items.Yahoo has been a pain in the ass since I started this project. I’m thinking of pulling support for Yahoo’s OAuth 2.0 from Postman.
Thanks for letting me know. Didn’t even cross my mind to think of a 36MB file attachment :p
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Undefined offset errorGeez, I forgot about this, didn’t I. Let me check
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] 2 Recurring Intermittent Errors@ winter street
Communication Error [334] is an error from Google when it won’t accept your credentials. If you’re getting this message 1% of the time, that is quite bizarre, and probably points to an error on Google’s side.