Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielbachhuber/mandrill-wp-mail
WordPress wp_mail() drop-in for Mandrill
https://github.com/danielbachhuber/mandrill-wp-mail
Last synced: 7 days ago
JSON representation
WordPress wp_mail() drop-in for Mandrill
- Host: GitHub
- URL: https://github.com/danielbachhuber/mandrill-wp-mail
- Owner: danielbachhuber
- Created: 2014-03-05T21:38:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T16:33:34.000Z (over 9 years ago)
- Last Synced: 2024-10-09T11:38:08.235Z (30 days ago)
- Language: PHP
- Size: 219 KB
- Stars: 64
- Watchers: 11
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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' );`
If you've cloned this repo into your mu-plugins directory as the full folder (e.g. `wp-content/mu-plugins/mandrill-wp-mail`, you'll need to make sure you load the plugin files:
```