Title: Mandrill support
Last modified: August 22, 2016

---

# Mandrill support

 *  Resolved [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/)
 * Seems the message and time sent data isn’t saved when Mandrill App is installed
   and running.
 * See photo: [http://imgur.com/fAlvLmV](http://i.imgur.com/fAlvLmV.png)
 * [https://wordpress.org/plugins/wp-mail-logging/](https://wordpress.org/plugins/wp-mail-logging/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [No3x](https://wordpress.org/support/users/no3x/)
 * (@no3x)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413044)
 * Hi Austin Passy, I have already seen you on GitHub 🙂
 * Edit: Forget the following – after I saw the screenshot I realised they use wp_mail
   in some way.:
    Well, I don’t know Mandrill but seems like they are bypassing 
   wp_mail by using their own PHP mailer class. So WP doesn’t know anything about
   a mail sent by them.
 *  Thread Starter [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413051)
 * Nice plugin by the way!
 * I think it may be a matter of hook priority?
 *  [No3x](https://wordpress.org/support/users/no3x/)
 * (@no3x)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413060)
 * Well, I think mandrill_payload is causing this. It would be nice if you could
   try the following for me:
 * Find `add_filter( 'wp_mail', array( &$this, 'log_email' ) );` in file WPML_Plugin.
   php. Change it to:
    `add_filter( 'wp_mail', array( &$this, 'log_email' ), 99 );`
   Maybe priority 11 should do it too, but just to make sure. Try sending another
   mail.
 *  Thread Starter [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413086)
 * That did not do the trick.
 *  [No3x](https://wordpress.org/support/users/no3x/)
 * (@no3x)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413091)
 * I would need to setup the plugins and environment. I can’t do this at the moment..
 * How urgent is a solution? Maybe we could do a debug session on your environment–
   this would spare the setup for me?
 * There is your case:
    [https://github.com/No3x/wp-mail-logging/issues/22](https://github.com/No3x/wp-mail-logging/issues/22)
 *  Thread Starter [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413093)
 * Not urgent. Just advising. I will do the same when I can.
 *  [No3x](https://wordpress.org/support/users/no3x/)
 * (@no3x)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413095)
 * Thanks anyway ..and also for your review! I think we will get this fixed sooner
   or later.
 *  [No3x](https://wordpress.org/support/users/no3x/)
 * (@no3x)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413352)
 * Resolved. Fix in 1.4.0

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Mandrill support’ is closed to new replies.

 * ![](https://ps.w.org/wp-mail-logging/assets/icon-256x256.jpg?rev=2562296)
 * [WP Mail Logging](https://wordpress.org/plugins/wp-mail-logging/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mail-logging/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mail-logging/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mail-logging/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mail-logging/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mail-logging/reviews/)

## Tags

 * [mandrill](https://wordpress.org/support/topic-tag/mandrill/)
 * [wp_mail](https://wordpress.org/support/topic-tag/wp_mail/)

 * 8 replies
 * 2 participants
 * Last reply from: [No3x](https://wordpress.org/support/users/no3x/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/mandrill-support/#post-5413352)
 * Status: resolved