Mailgun
Forum Replies Created
-
Hi @danmfisher, what version of PHP and WordPress are you using?
Yes of course! Glad I could help 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Mails being sent from wordpress@mydomain.com@streamworksaudio No worries! Please let me know if you need anything else from us 🙂
The default value for the “override from” setting is currently set to zero: https://github.com/mailgun/wordpress-plugin/pull/36/files#diff-7eec5692b9fd9edd9bf006170f5ce1edR77
On my testing instance (WordPress 4.7, PHP 7, Mailgun 1.5.5 beta), I deleted the
mailgunoptions column from the database and indeed the feature starts out with the “override from” option set to “no”. I’m not sure why it was different on your end.. I’ll do some more research.EDIT: It seems that the “override from” feature starts as “yes” after a plugin upgrade. I will work on fixing this and cut a public release today. Thank you for bringing this to my attention. 🙂
- This reply was modified 9 years, 7 months ago by Mailgun.
Forum: Plugins
In reply to: [Mailgun for WordPress] Plugin Activation due to headerThank you for testing!
Forum: Plugins
In reply to: [Mailgun for WordPress] Plugin Activation due to header@paultgoodchild You mind trying the 1.5.5 beta release to ensure this still doesn’t happen? Here is the 1.5.5 beta release zip.
Forum: Plugins
In reply to: [Mailgun for WordPress] Plugin Activation due to headerAlright, I’ll take care of that in the 1.5.5 release. Thanks.
Forum: Plugins
In reply to: [Mailgun for WordPress] Strange email header@funkyj4ever Do you have any other plugins installed that could possibly be mangling the from address information?
Forum: Plugins
In reply to: [Mailgun for WordPress] After Updating to 1.5.3 Error@wayne_min Thanks. So your probably is caused by one of your plugins not actually setting the email
Content-Typeheader when it’s attempting to send it. When theContent-Typeheader is omitted, we try to assume the actual content type using this code.In 1.5.2, the default
Content-Typeassumption was alwaystext/html, but 1.5.3 or 1.5.4 changed that to try mime-type detection.In a lot of cases, the content type will be assumed correctly, but if the email you’re trying to send is missing some of the characteristics of an HTML email (eg.,
<!DOCTYPE html>,<html>, …), the type checker will just assumetext/plain. If possible, please try wrapping your emails in a<html>...</html>block to see if that fixes the issue.If you can’t do that, some plugins will actually have an option allowing you to select the default content type to send emails as, typically plain text or HTML (or both).
I hope this helps! Please let me know if either of the solutions above work for you; if not, I will try to figure something else out 🙂
Thanks!
@abelljefrry Excellent, great to hear! You may want to change the From Address and From Name fields on the MG plugin to match what is being set by your other plugin(s). That way password resets and other emails that are sent without a
From:header get the from settings applied 🙂Forum: Plugins
In reply to: [Mailgun for WordPress] Plugin add “” to our emails@dpl69 Awesome, great to hear! Thanks for letting me know 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Emails are being sent out wordpress@mysite.comGreat to hear! Thanks for testing it out 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Emails are being sent out wordpress@mysite.comThank you!
Forum: Plugins
In reply to: [Mailgun for WordPress] After Updating to 1.5.3 Error@wayne_min What versions of the Mailgun plugin, PHP, and WordPress are you using? Also – make sure your HTML emails include either a leading
<!DOCTYPE html>tag or a leading<html>tag@abelljefrry @giannoulakis In case 1.5.4 stable does not fix your issue, please try the 1.5.5 beta release and let me know if it fixes things 🙂