Mailgun
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun for WordPress] CC not working in CF7@luizcoelho Could I get some more information about your setup? What version of WordPress, Mailgun plugin, Contact Form 7, and your plugin configuration settings? Thanks!
Forum: Plugins
In reply to: [Mailgun for WordPress] Mailgun emails sending as plain text@timersys I wrote about it in the readme and you can see the actual hooks in
wp-mail-api.php. Hope this helps!Forum: Plugins
In reply to: [Mailgun for WordPress] Mailgun emails sending as plain text@timersys I am adding two hooks
mg_mutate_message_bodyandmg_mutate_attachmentsthat you can use. They will be available with the 1.5.8.2 release. Hope this helps!Forum: Plugins
In reply to: [Mailgun for WordPress] If tag left blank, Mailgun adds empty tag to headers@fountaininternet I’ve fixed / tested it, cutting the 1.5.8.2 release right now.
Forum: Plugins
In reply to: [Mailgun for WordPress] Comment notification email are not being sent@whatwhatwhatwhat The plugin is sending correctly, but your MTA (exim) is not receiving the mail correctly. I believe you may have an issue with certs on your mail server, which may be resolved by upgrading the CA certs on that machine (
ca-certificatespackage on Debian-based distributions, etc). To test this, you should disable certificate verification on Exim (Exim TLS docs here) and then try to send an email to yourself through the plugin.Regarding viewing messages through the control panel: You can view message content for up to three days after it passes through Mailgun. You can see how to do that here.
Forum: Plugins
In reply to: [Mailgun for WordPress] If tag left blank, Mailgun adds empty tag to headersHey @fountaininternet, thanks! I’ll make the change and cut a new release after some testing. Much appreciated.
Forum: Plugins
In reply to: [Mailgun for WordPress] Comment notification email are not being sent@whatwhatwhatwhat According the Mailgun logs, we are receiving the comment emails fine, but the delivery to your Exim mailserver at bitedge.co is failing.
In the initial log you have provided, it appears that our delivery systems may not be completing the delivery to your MTA because of an SSL/TLS certificate issue.
Try disabling certificate verification on your Mailgun domain control panel under the Security Settings header.
Forum: Plugins
In reply to: [Mailgun for WordPress] Comment notification email are not being sent@whatwhatwhatwhat Does the plugin give you any sort of error when using the HTTP API?
Forum: Plugins
In reply to: [Mailgun for WordPress] Mailgun emails sending as plain textFixed this in 1.5.8.
Forum: Plugins
In reply to: [Mailgun for WordPress] Error Log being filled with debug infoFixed this in 1.5.8.
Forum: Plugins
In reply to: [Mailgun for WordPress] Error Log being filled with debug infoForum: Plugins
In reply to: [Mailgun for WordPress] PHP mail() function not using MailgunNo worries! Glad you got it working.
Forum: Plugins
In reply to: [Mailgun for WordPress] Error Log being filled with debug infoI’m already working on a fix for the first part of that. I’ll also adjust some settings for the SMTP logging.