Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Server: POP before SMTPEncryption of the data is provided by either SMTPS or STARTTLS. Additional encryption of your password is provided only by CRAM-MD5. OAuth 2.0 uses tokens instead of passwords. Plain/Login uses no encryption, and if you use Plain/Login without SMTPS or STARTTLS, your password is exposed.
As for speed + security… even if you go full security with SMTP you won’t notice a speed difference. Computers are that fast now.
Cheers
Thank you as well John, glad you got it sorted out!
Definitely looks like a Postman problem :-/ But I haven’t noticed that before.
Is it possible the counter was reset somehow??
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gravity Forms Notification EmailAFAIK, Google does not alter the sender name.
Much appreciated.
:>Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Server: POP before SMTPSo what is the alternative? To disable that option?
SMTP has proper authentication. Plain, Login, CRAM-MD5 and OAuth 2.0. The mail server you are attempting to connect to should enable one (or all) of those.
Javier: what would you recommend me to do when installing the other plugin along with yours: just clear all settings from your own SMTP page?
John, clear but not sure if it will work.
Postman is not PHPMailer-based, so it will ignore any of the settings placed by Import users.
But those settings are still not working at the main site I’m working on.
Postman has a wizard, a connectivity test and an error log. I’m sure it will help you figure out why the main site does not work.
And thanks for this plugin, I didn’t knew about it and it is great, thanks!!
Cheers!
Forum: Plugins
In reply to: [Contact Form 7] Not possible send mail on Google App EngineSending email on GCE requires the use of a third party service employing port 2525.
That’s not true at all https://support.google.com/a/answer/2956491
@jesse1983 you can use whatever service you want but you’ll need an SMTP plugin because Google Apps Engine doesn’t support the default localhost:25 that WordPress/PHP ships with.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gravity Forms Notification EmailHi Samantha. If you check the session transcript in the Email Log, you will see that Postman does in fact use the Gravity Forms From Email and Reply To.
It’s Google who is changing your From Address and they do this to prevent spoofing.
(Spoofing is bad, it leads to phishing and people pretending they are someone who they are not)
I think if you sign up for SendGrid and use the SendGrid API instead, you will be able to forge the from address like how you want…. for now.
Cheers!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Server Error 500 Upon LoginI have no idea. Is it possible for you to enable Debugging in WordPress and send me the debug.log?
https://codex.wordpress.org/Debugging_in_WordPress
https://wordpress.org/plugins/debug/
http://www.codingmonkey.ca/contact/Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] a bit uselessI’ve told you three times now. There is only 1 way of sending mail in WP.
If it’s useless for you, then don’t use it. You don’t need to publicly lie about it, reduce the star rating or give ridiculous suggestions like “be like Easy SMTP”. If it was Easy SMTP, it wouldn’t have 200 5-star reviews and only three idiotic trolls.
Stick with the WP Mail SMTP clones and go away.
Jasons-Mac-Pro:network jasonhendriks$ dig mx noithaicuisine.com ; <<>> DiG 9.8.3-P1 <<>> mx noithaicuisine.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18267 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;noithaicuisine.com. IN MX ;; ANSWER SECTION: noithaicuisine.com. 14313 IN MX 10 mail.noithaicuisine.com. ;; Query time: 1 msec ;; SERVER: 10.0.1.1#53(10.0.1.1) ;; WHEN: Tue Nov 24 21:32:54 2015 ;; MSG SIZE rcvd: 57noithaicuisine.com is not a Google Apps or Gmail domain, so you can’t use the Gmail API to send mail.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] OAuth 2.0 in Office365 finally workable?i’ll check it out, thanks for the reminder!
The plugin is working in thousend of sites with no problems…
Javier, no offence intended, but you can’t actually know how many plugins are using your plugin in SMTP mode 😉
I’ll check with the hosting
John, that’s not going to help. But from what Javier posted above, I believe if you install and configure this plugin, it will “take over” the email delivery from Import Users and send it correctly.
Ah, I see. Earlier you wrote
I was just wondering whether this was related to the Gmail OAuth 2.0 token
And only SMTP plugins support this.