Mailgun
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun for WordPress] Latest UpdateHey Sam,
I’ve added an option to the admin page that should let you set the SMTP security type. I have not released it yet, but could you please test out this beta and let me know if it fixes your issue?
- This reply was modified 8 years ago by Jan Dembowski.
Forum: Plugins
In reply to: [Mailgun for WordPress] Latest UpdateHi Sam,
Please downgrade to 1.5.8.4 and I will try to get another fix out soon.
Alternatively, you can remain on 1.5.8.5 and replace the
'tls'on that line with'ssl'and it should work fine.In many cases though, TLS is preferred and should be usable on many systems — do you mind sharing some information about your hosting set up with me?
- This reply was modified 8 years, 11 months ago by Mailgun.
- This reply was modified 8 years ago by Jan Dembowski.
Forum: Plugins
In reply to: [Mailgun for WordPress] 1.5.8.3 broke the ‘mg_mutate_message_body’ filter@mmirus @cornelraiu-1 Thanks for testing! I’ve just released 1.5.8.4 to the WP repo.
Forum: Plugins
In reply to: [Mailgun for WordPress] 1.5.8.3 broke the ‘mg_mutate_message_body’ filterThanks!
Forum: Plugins
In reply to: [Mailgun for WordPress] 1.5.8.3 broke the ‘mg_mutate_message_body’ filterCan you please try the 1.5.8.4 release from here?
Forum: Plugins
In reply to: [Mailgun for WordPress] 1.5.8.3 broke the ‘mg_mutate_message_body’ filter@cornelraiu-1 Thanks for the ticket, this definitely should not be happening. I will push a fix as the 1.5.8.4 tag.
- This reply was modified 9 years, 1 month ago by Mailgun.
Forum: Plugins
In reply to: [Mailgun for WordPress] Bug with mg_parse_headers@computercourage Sweet, thanks for letting me know! I will get this release out.
Forum: Plugins
In reply to: [Mailgun for WordPress] Bug with mg_parse_headers@computercourage Hey there, I’ve got a fix for this issue if you want to beta test the release! https://github.com/mailgun/wordpress-plugin/archive/655ee6a005f81e813b105f78c533aa600b06796d.zip
Let me know if that fixes things for you. Thanks!
Forum: Plugins
In reply to: [Mailgun for WordPress] Mailgun Test failure@willemrt Have you tried the debugging instructions in the readme?
Testing the configuration fails when using SMTP
Your web server may not allow outbound SMTP connections on port 465 for secure connections or 587 for unsecured connections. Try changing Use Secure SMTP to “No” or “Yes” depending on your current configuration and testing again. If both fail, try setting Use HTTP API to “Yes” and testing again.
If you have to use SMTP and something is still going horribly wrong, enable debug mode in WordPress and also add the MG_DEBUG_SMTP constant to your wp-config.php, like so:
define( 'MG_DEBUG_SMTP', true );Also, take a look at this document for enabling debugging in WordPress. Once you’ve enabled the
MG_DEBUG_SMTPoption, the SMTP debug logs will be available in/wp-content/debug.log.Forum: Plugins
In reply to: [Mailgun for WordPress] How to add HTML template emailThe
mg_mutate_message_bodyfilter can definitely be used to do that. It is essentially a function which takes one argument — the message body. You can view more documentation here on how to register a filter.Forum: Plugins
In reply to: [Mailgun for WordPress] Mailgun email sending as plain text@zagriyen Are you sending with SMTP or API? There is a slight incongruity between the SMTP and API sender modules in the plugin.
Forum: Plugins
In reply to: [Mailgun for WordPress] Mailgun email sending as plain text@zagriyen Can I get more information on your situation (installed plugins, plugin which is sending mail that you expect to be HTML, Mailgun plugin version)? WordPress emails (ie., comment notifications, password resets) will send as plain text always, but other plugins, such as Ninja Forms, will send as HTML.
Hi @samjnz,
It looks like somehow old plugin files got left behind during the upgrade. the
includes/wp-mail.phpfile no longer exists in the latest versions – could you uninstall and reinstall the plugin? That should fix the issue.Thanks!
Forum: Plugins
In reply to: [Mailgun for WordPress] Mailgun emails sending as plain text@timersys Of course, thanks for the feedback!
Forum: Plugins
In reply to: [Mailgun for WordPress] CC not working in CF7@luizcoelho Could you upgrade to Contact Form 7 4.7 and Mailgun 1.5.8.2 and try again? I wasn’t able to reproduce in my testing environment.