Jason Hendriks
Forum Replies Created
-
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] a bit uselessHi Michael. Thanks for your review, but I don’t understand. It’s only function is to support mailing from 3rd party plugins.
And I’m pretty sure I didn’t spend hundreds of hours on it for it not to do that. 😉
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMTP – no body specifiedIt won’t log anything if you turn if off, you have to set it to debug or trace.
In the Debug settings, make sure to enable WP_DEBUG_LOG. That will create the log file debug.log. Then try your woocommerce test and send me the debug.log here.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] SendPress Integration and Gmail SMTPHello! Thank-you 🙂
You can ask the author of SendPress in this thread.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMTP – no body specifiedIt sounds like the new order through woocommerce has no body/content, and your server is rejecting it.
If you enable Debug PHP LogLevel in Postman’s advanced tab, and capture the output to a log file using the Debug plugin, we can make sure it’s not a bug in Postman.
No they don’t. MX is optional only if there’s an A record. SPF has been around a while, but it’s only recently that using it as part of a Spam score got popular. And DKIM and DMARC are fairly new. It doesn’t matter what happened before; this is the state of email now 🙂
The top two answers in Google say you need to restart your Apache, or the whole server.
SSL cert problems normally mean your certificates are out of date. Your PHP needs to be regularly updated with the latest certificates, just like your web browser. There might have been an update problem.
I resent the email and it was delivered but it was written in code.
Could be a bug! Resend is pretty new. Let me know if you can repeat it.
Is it safe to say that, in general, most domains authorize addresses from the same domain to send email? Such that anydomain.tld in general would likely be configured to authorize sending of email from anyuser@anydomain.tld?
No such a thing doesn’t exist, certainly not at the address level.
I ask this because I get the occasional user who asks why their email is not received at whatever email service.
You can send them to my article. WordPress emails are sent but not received
But you also said
But after some hours it didn’t work anymore. If I sent a test email or a real notification nothing happened. […] But no notifications email are sent.
Give it a try.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Direct access to All Settings tabsI got it. I’ll see what I can come up with 😉
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Direct access to All Settings tabsPerhaps a better idea would be to have everything on the “Main Menu” added to a new tab
It’s a good idea. If you click Settings, then you kinda expect to see the Settings. The ‘Show More Settings’ link bugs me, as you’ll know if you’re a user from the beginning, because it’s name keeps changing.
But I also like the idea of the Dashboard. There’s a lot more on the screen than just the Setup Wizard button.
I’d love to be able to get directly to the All Settings tabs when I click on “Postman SMTP” in the Settings sidebar menu
This means making Postman a top-level menu, instead of a submenu, and personally i can’t stand the clutter of all the top-level menus on my WordPress dashboard. And I’ve had feedback from others who feel the same way. I’ll have to think about this one.
Another issue is that when you click “Show all settings” and get the 4 tabs, the “Postman SMTP” submenu in the sidebar menu is no longer in bold white text.
And ‘Postman SMTP Setup’ disappears from the browser title/tab. It’s related to the way WordPress forces you to have a ‘null’ title for a subpage of a subpage. Haven’t figured a way around it yet.
My suggestion here would solve that though.
True. Does the Dashboard make sense as the first tab ? Maybe. I’ll try it and see what I think.
Thanks for the great ideas!
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Sending email from a Gmail aliasYes, Google has instructions to allow
fred@example.comas the FROM address here.
https://support.google.com/mail/answer/22370?hl=enForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Undefined offset errorFixed in the development branch. It will be in the next release, v1.7.3.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Only test email is workOne more vote.
Postman’s test email is multipart/alternative, with both simple text and html content. Are you using multipart for more advanced content?.
Forum: Fixing WordPress
In reply to: WordPress Not Sending Activation Mail To UsersOne of these related threads might help?
Forum: Fixing WordPress
In reply to: WordPress email helpYour ports are blocked. Because GoDaddy blocks them. Did you try this prominent, sough-after mail plugin? Because it would have told you that 😉
https://wordpress.org/plugins/postman-smtp/
If you have access to cPanel at GoDaddy, enable the Remote Mall Exchanger function and then hook the plugin up to localhost port 25. That should work for your AOL mail.
Cheers