humanmade/mandrill-wp-mail

Name: mandrill-wp-mail

Owner: Human Made

Description: WordPress wp_mail() drop-in for Mandrill

Created: 2015-05-18 15:29:29.0

Updated: 2015-09-15 21:04:21.0

Pushed: 2015-05-18 15:31:59.0

Homepage: null

Size: 96

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Mandrill wp_mail Drop-In

A simple drop-in replacement for WordPress' wp_mail function.

How to Use

To implement this drop-in, add it to your mu-plugins directory. In order for it to work, you must define your Mandrill API key. The easiest way to do this is to add it to your wp-config.php file like so:

define( 'MANDRILL_API_KEY', 'your-api-key' );

A Note About Composer

This plugin can be installed and managed using Composer; however, because of the way Composer and mu-plugins work, you'll need a bit of a workaround to make sure the plugin is loaded. For more information about how to use this drop-in with Composer, read this blog post by Richard Tape.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.