Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] Receive no EmailsPirate Forms uses the WordPress API to send mail.
pirate-forms.php:
wp_mail( $site_recipients, 'Contact on ' . $site_name, $body, $headers );If you don’t receive the email, maybe it’s because your email is not set up properly: WordPress emails are sent but not received
You can install Postman SMTP to prove to yourself that the email was sent.
Forum: Plugins
In reply to: [Contact Form 7] Bug in From field in mail sent@donpro you’ve set it incorrectly. Try again:
[your-name] <[your-email]>@kpkreative probably an SPF problem. See WordPress emails are sent but not received
How come no-one ever posts their actual domain name? I can’t run any tests against mysite.co.uk. Are you afraid of your website getting popular?
Forum: Fixing WordPress
In reply to: Website contact formForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] ErrorAh. Thanks for the edit. That will help me narrow it down! I appreciate your report.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] ErrorA bug! I assume you are running current version v1.6.24? Would you please downgrade to v1.6.23 and let me know if the issue persists?
Forum: Plugins
In reply to: [Cloudflare] Problems with FS Contact Form and BPS PluginsGreat! And thank-you π
There are two classes of SMTP plugins. Those that use PHPMailer, bundled with WordPress:
- WP Mail SMTP
- WP Easy SMTP
- Configure SMTP
- Mail Bank
And those that re-write the pluggable wp_mail function:
- Postman
- Mandrill
- SendGrid
- Cimy Swift
None in the second class will work for you while the Supsystic plugin is installed. And it’s unlikely any in the first class will solve your problem, if WP Mail SMTP couldn’t.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not sending (tho it says "Successful")The sending mail account is not properly setup. Not necessarily the receiving account.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not sending (tho it says "Successful")CF7 uses the WordPress API (wp_mail) to send mail, as most plugins do.
If CF7 says the email was sent and you haven’t received it, then your mail is not properly setup. See WordPress emails are sent but not received.
Forum: Plugins
In reply to: [Smart Popup by Supsystic] Email ProblemBump.
https://wordpress.org/tags/postman-supsysticI had another user complain about this in Photo Gallery Pro. Did you only resolve it in this plugin?
The SMTP plugin in question is Postman.
There’s no way to fix it. Supsystic is breaking the pluggable API.
I submitted a patch to them for their Popup plugin and they may have used it. I suggest you submit the issue to them on the Gallery by Supsystic support forum and request a similar fix.
Forum: Themes and Templates
In reply to: Contact us not working despite Postman pluginLooks like it’s fixed in 1.8.24
Except….
$headers = 'From: '.$name.' <wordpress@'.$zerif_sitename.'>' . "\r\n" . 'Reply-To: ' . $email;Why are you mangling the From address when it’s not localhost??
Setting the from address is not as hard as you guys make it out to be π
CLIENT -> SERVER: MAIL FROM:
Your mail from is blank. Where’s your from email address??
Forum: Plugins
In reply to: [Instock Email Alert for Woocommerce] Cant send emailWP Better Emails is an HTML template plugin. That’s not what he needs.
https://wordpress.org/plugins/postman-smtp/