Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gmail API – From name and from email addressAh, I didn’t see the ‘make default’ link in Gmail to send as different user.
Is that the same thing as what I told you? Send mail as?
Forum: Plugins
In reply to: Woocommerce has suddenly stopped sending emails for new orderYou can install this plugin and check the email log to verify Woocommerce is not sending email. Perhaps it is receiving email that is the problem. It’s very common.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] How to avoid duplicate messages?I tested with both but it seems that always messages are sent out twice: one by Postman and the second by the other plugin.
Are you sure John? I didn’t think that was possible, because only one plugin can own wp_mail at a time.
Is there a way to avoid this?
Unfortunately, if the other authors did not use WordPress to deliver the email, and they built their own custom choose SMTP/PHPmail thing, there is no way Postman can intercept those emails.
You will have to convince the other authors to add WordPress (wp_mail) as a mailing option. Most plugins already do this.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gmail API – From name and from email addressUnfortunately Google OAuth 2.0 does not allowing spoofing. If you examine the session transcript, you will 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
rer: https://wordpress.org/tags/send-mail-as
Thanks for using!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] (400) Mail service not enabled400 is a mystery 🙁 I’ll bug Google if I can.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Redirect_uri_mismatch on localhost setupmake sure the Envelope From email is the same account used to create the Client ID
If you login to Google as
julian@gmail.com, then the address you told Postman was your Google account (the Envelope From email on the Account tab) must also bejulian@gmail.com. You have a mismatch.PS If I knew how to search plugin support areas I would…
It’s here.
https://wordpress.org/plugins/postman-smtp/other_notes/But I need to put together a FAQ on my website or something.
Thanks for using!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Gmail OAuth 2.0 with temporary dev siteThere’s no reason you can’t use a temp address. That’s how I develop Postman on my local machine. I just add fake DNS entries into the /etc/hosts file and use those to access my various WordPress sites.
Jasons-Mac-Pro:postman-smtp jasonhendriks$ cat /etc/hosts ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting. Do not change this entry. ## 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost 127.0.0.1 test.com dev.wp-macpro.com wp.mydomain.com www.wordpress-mu.comForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Plugins messgeAh, that’s different. You’re actually logged in, and Google has responded to your request.
However, you didn’t enter the correct redirect URI into the Google Developer Console. The URI was the one Postman displayed for you to use. As Google said, the URI you need to enter is:
http://eastbaypharm.com/wp-admin/options-general.php?page=postmanForum: Plugins
In reply to: [Swift SMTP (formerly Welcome Email Editor)] SMTP mail plugin?Aww 😀
Forum: Fixing WordPress
In reply to: Subscriptions not workingIt’ll probably break again. Sounds like you have an SPF problem. The custom domain name you are using must specify your mail server in the SPF record or the email may get dumped at the receiving server. This is known as SPF and DKIM.
You can read my articles here, you might be able to pick out something you need to do:
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Plugins messgeSeems like you’re stuck on getting your OAuth 2.0 client ID from Google. You get an error trying to login to your Google account?? What’s the error? It’s the standard Google login screen.
It looks like Postman wants to use the Gmail API (OAuth 2.0 required)… which means you probably don’t have access to Gmail SMTP… otherwise I would suggest just using SMTP with passwords.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Server Error 500 Upon Loginno problem
:>Forum: Plugins
In reply to: [Knews Multilingual Newsletters] SMTP Sent Error :(hey @jordanairwave
FYI, sendmail ignores your SMTP settings.. since it’s Sendmail.
Make sure you test thoroughly in this case. Yahoo and Hotmail may dump email from a Gmail domain when not sent through smtp.gmail.com.
Forum: Plugins
In reply to: [Contact Form 7] sends don't work@ifyouwillit that’s another great tip.. it’s nice having someone from GoDaddy here 🙂 But if GoDaddy users choose that option they must also update their SPF to indicate GoDaddy as the authorized sender… or there is a good chance their mail will get binned by the Big Three (Hotmail, Gmail, Yahoo).
Obviously they can only update SPF on a domain they own.
Forum: Fixing WordPress
In reply to: Subscriptions not workingYou didn’t setup SMTP correctly. Try this one, it has a setup wizard. https://wordpress.org/plugins/postman-smtp/