Mailgun
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun for WordPress] Email date/timestamp is in the futureAny chance I could get a copy of the phpinfo page output? If you don’t want to post it here, you could email it to sean@mailgun.com 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Thank YouOf course, it’s not problem 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Strange email headerThis problem actually doesn’t need an update – this is actually the expected behaviour. Since the sending domain on Mailgun did not match the domain name you had configured in the plugin, Outlook (and other email service providers) will let you know that via the “On behalf of” notice, so in your case, “betaling=myfoodbox.nl@www.myfoodbox.nl”.
I will put out a small fix for wording though — the way I worded the note under the “from address” option is/was not excellent 🙂
Thanks!
Forum: Plugins
In reply to: [Mailgun for WordPress] Strange email header@funkyj4ever awesome, glad to hear 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Strange email header@funkyj4ever I talked to support and I think we’ve got a solution!
What you’re seeing in Outlook is “On Behalf Of” notation because your sending domain does not match the from address. In your case, the sending domain is
www.myfoodbox.nl, but your from address ismyfoodbox.nl. Try usingbetaling@www.myfoodbox.nlas your from address in the Mailgun plugin and send another test email.Forum: Plugins
In reply to: [Mailgun for WordPress] Sending multiple emails@raisonon of course! Let me know if there’s anything else we can do for you! 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Strange email header@funkyj4ever can you have WordPress send one of these emails to sean@mailgun.com? I’d like to take a better look at the message headers.
Forum: Plugins
In reply to: [Mailgun for WordPress] Strange email header@funkyj4ever if you disable all plugins (except mailgun), remove “from name” and “from address” settings from mailgun config, and disable “override ‘from’ settings” and then send a test email, like a password reset or a comment notification, what do the headers look like?
Forum: Reviews
In reply to: [Mailgun for WordPress] The plugin stop working in the last versionGlad to hear 1.5.6 fixed your issue, @andrewjaccreative!
Forum: Reviews
In reply to: [Mailgun for WordPress] Thank you guysThanks for the kind words! But also, thank you for choosing our service 🙂
Forum: Reviews
In reply to: [Mailgun for WordPress] Works well and Good SupportYou’re welcome!
Thank you for choosing our service! 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Sending multiple emailsHey @raisonon, I’m going to look deeper in to this issue, I just need a little time. I think the best solution for you right now is to send 10 individual emails, or alternatively, use the BCC field.
I think that sending multiple messages would be the better solution for you, though.
I’ll let you know when I find something 🙂
Thanks!
Forum: Plugins
In reply to: [Mailgun for WordPress] Sending multiple emails@raisonon Try adding
%recipient.batch_msg_id%somewhere in your email template and try sending again.Glad to hear it’s working for you! 🙂
Forum: Plugins
In reply to: [Mailgun for WordPress] Email date/timestamp is in the futureHi @shornber!
The best way to view active PHP extensions is with
php -iin your shell. Otherwise, there may be a way to enable the phpinfo page, which will show you details about your installation (extensions, date and time, etc).This is a very curious issue. I think the next thing to do would be to get access to the phpinfo page so we can see what is going on in the PHP environment.