Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Get error while sending test mail.This means the email you’ve configured Postman with is not the same email you used at Google to create the OAuth Client ID.
virtualcoop.co.uk. 14399 IN MX 0 mx.ipage.com. virtualcoop.co.uk. 14399 IN TXT "v=spf1 a mx include:websitewelcome.com ~all"virtualcoop.co.uk is not a Google Apps account, so I don’t think you can use Gmail to send email on behalf of virtualcoop.co.uk. Either:
- choose to configure Postman with the correct SMTP server for virtualcoop.co.uk. Since you’re a Hostgator customer, your approved SMTP server for this domain is localhost
- or choose to configure Postman with your Gmail account.
Forum: Fixing WordPress
In reply to: registration email not sent, but email worksMy pleasure :>
Forum: Fixing WordPress
In reply to: Registration emails not sending, while other notifications areSecond time in 10,000 installs : https://wordpress.org/support/topic/registration-email-not-sent-but-email-works?replies=9#post-7601494
π
Forum: Fixing WordPress
In reply to: registration email not sent, but email worksWell there you go! π
Forum: Fixing WordPress
In reply to: registration email not sent, but email worksShould’t they appear in logs too, maybe with as fails?
Absolutely.
If the registration email is not showing in the Postman Email Log, then you have a different problem. You might have installed another plugin or theme that is preventing the emails from generating.
Like this guy: https://wordpress.org/support/topic/registration-emails-not-sending-while-other-notifications-are?replies=25#post-7576712
You could try disabling all the plugins (except Postman) and using the default 2015 theme and then try the registration. See if the email shows up in the log then.
Forum: Plugins
In reply to: [Contact Form 7] failing to send mailspop3 ???
wp_mail is the standard mail function for all wordpress plugins.
Now you can configure SMTP system-wide with a single smtp plugin. Order Tracking Plugin doesn’t have to keep up with new SMTP extensions like OAuth 2.0.
And if you run plugins that use the standard wp mail filters (like an email log):
- wp_mail_from
- wp_mail_from_name
- wp_mail_content_type
- wp_mail_charset
now they will be compatible with this plugin.
Isn’t that better?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Postman SMPT is not workingI can’t help you with your form. Please contact the author of the form.
My favourite is Contact Form 7. Maybe you should switch.
I need a Wiki or something where I can document this stuff.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Manrill Stopped Workingπ
Never mind Ajax. I think a better question is why is NewRelic inserting data into the content of your email?? Obviously they are not using WordPress register_script and enqueue_script functions like they should be. I would bring this to their attention, that’s extremely poor form.
Where can I get this software for testing? I don’t see it in the repo.
Forum: Plugins
In reply to: [Contact Form 7] forms don't arrive in mailCan the web host be the reason for not working forms?
Yes
And if so, what could be the possible solution?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Yandex smtp not working?? :/Question is though why would my webhost do this ?
It’s very common. GoDaddy and Bluehost and Dreamhost and Hostgator all do it to prevent abuse of their email systems. Same way most residential ISPs block port 25.
You may find that port 443 is still open if you want to switch to Gmail or use the Mandrill or SendGrid APIs (with the Postman 1.7 beta).
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Manrill Stopped WorkingThat’s the Diagnostic Test, not the Connectivity Test. But if you were able to get the Gmail API to work, then you should also be able to get the Mandrill API to work.
Please download the Postman 1.7 beta, and switch to the Mandrill API.
https://downloads.wordpress.org/plugin/postman-smtp.zipI’ve been using Bluehost for over year and Postman with Mandrill for over 4 months and on Friday it all quit working
Isn’t that odd. Maybe they forget to turn your firewall on π
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Yandex smtp not working?? :/Postman Transport URI: smtp:ssl:plain://smtp.yandex.com:465
Postman Transport Status (Configured|Ready|Connected): Yes | Yes | NoThe Connectivity Test and the Wizard would have told you the same thing that I’m about to. You can’t connect to smtp.yandex.com on port 465 from your site.
FYI, IMAP and SMTP are completely different things living on different servers.
did yandex blocked me??
No. Your webhost did.