Jason Hendriks
Forum Replies Created
-
From a usability and marketing perspective, it’s always better to send an email from an email address that a user can reply to.
But yes, just change the envelope-from address, throw in a new client ID and client secret from the new account, and away you go.
Forum: Plugins
In reply to: [Contact Form 7] Contact forms lostThe author can correct me if I’m wrong, but I’m pretty sure forms are stored in the database, not the file system.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 ErrorYou need an SMTP plugin. https://wordpress.org/plugins/postman-smtp/
Also see : http://contactform7.com/faq/i-get-an-error-message-with-a-red-border-so-how-can-i-solve-this/
Using Email log I didn’t get any error. But no notifications email are sent.
AFAIK, Email Log does not have the ability to show errors. The Postman Email Log will.
SMTP plugin is too hard to set because I am not good at it.
Postman has a Setup Wizard that might help?
The problem is inside the … tags
Perhaps the addition of the image link flags the email as Spam.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] How to Send Email in Postman STMPIs this plugin meant for emailing register users of the WP installation?
No it’s not. This plugin delivers mail on behalf of other things in WordPress that create mail.
You might want to try S2Members or similar : https://wordpress.org/plugins/s2member/
@yithemes Google, Hotmail and Yahoo all may revert the email to the account owner. Are you sure your user is not using one of those services?
Also this practice is known as spoofing, and without an SMTP plugin to set the envelope MAIL FROM, these messages may be flagged as spam, phishing, or simply disappear. Just an FYI. Here’s my article on it.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Only test email is work@satollo Google Apps email allows 10,000 recipients per day and 60,000 emails per month. If you’re going to pay for Gmail like you pay for Mandrill, then you get similar volumes. Mandrill no longer offers a free service, in case you weren’t aware.
Delegating email delivery to another plugin means you don’t have to directly support the Gmail API or Mandrill API, which is the solution @themps needs. I’ve already written a connector for the MyMail newsletter, perhaps we can do something similar for Newsletter.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] How to work with Newsletter plugin?The author of Newsletter has chosen not to use the WordPress API to send mail. To get Newsletter to work with Postman, you need to politely request the author to change his code π
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] WP Email Delivery SendingHello Josh.
I was planning on an Amazon SES extension to Postman as a separate plugin. We could work on a WP Email Delivery extension together.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] No emails being sent, no donor info savedHi David, wow that’s great thanks!! I’ll return the favour by listing Seamless Donations on my compatibility page. π
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] So easy to configure and useHi Jan. Thanks for the great feedback!
The only thing I’d like to see is better multisite integration but even on multisite this plugin works.
I’m actually developing the multisite configuration code right now. If you subscribe to this topic, I will let you know when the beta is ready for testing: https://wordpress.org/support/topic/does-this-work-for-a-multisite?replies=47
Forum: Plugins
In reply to: [Seamless Donations is Sunset] No emails being sent, no donor info savedYou are in the right forum. I just happened to be passing by π
Forum: Plugins
In reply to: [Seamless Donations is Sunset] No emails being sent, no donor info savedI haven’t looked at the source code for Seamless Donations… Perhaps it does not use the wp_mail function to send email? If it does not, then no SMTP plugin can help, not even Postman. perhaps the author can confirm…
The wp_mail owner in the Postman diagnostics test will show you exactly which PHP file is causing the issue.