Plugin / Send Emails with Mandrill

Miller Media ( Matt Miller )

Frequently Asked Questions (FAQ)

In order to use this plugin, you have to provide one of your Mandrill API keys. That’s currently the only way we can get access to your Mandrill account.
Yes. If you aren’t currently on a MailChimp Monthly Plan, you’ll first need to upgrade or switch to a Monthly Plan. Once you have upgraded you can follow the steps here to add Mandrill to your account.
Yes. We try to send every single email sent through your WordPress installation. We also try to process your headers and attachments. If the sending fails for any reason, the plugin will try to send it again using the WordPress wp_mail function.
Use the mandrill_payload filter and add a new parameter called ‘force_native’ to the $message variable, and set it to true: $message[‘force_native’] = true;
In version 1.09, we added a setting that allows you to tell the plugin if you want to replace your line feeds by . Try playing with that switch. If it works for certain emails but doesn’t work for others, you might want to modify this setting using the mandrill_nl2br filter. For example, if you don’t want to use this filter for the “forgot password” emails, add something like this to your theme’s functions.php file: function my_function($nl2br, $message) { if ( in_array(‘wp_retrieve_password’, $message[‘tags’][‘automatic’]) ) { $nl2br = false; } return $nl2br; } add_filter(‘mandrill_nl2br’, ‘my_function’);
If we couldn’t send your email through Mandrill, we’ll try to leave the Mandrill response in your server’s log so that’s your first stop. Additionally, if you set the WP_DEBUG constant (defined in your wp-config.php file) to true, you’ll see some messages added by the plugin in key parts of the process.
Please verify the following: That your API key is active (this can be viewed on the SMTP & API Credentials page in your Mandrill account); That your web server has either cURL installed or is able to use fsock*() functions (if you don’t know what this means, you may want to check with your hosting provider for more details); That the domain name you’re using above is listed in the Sending Domains for your Mandrill account.

Ratings

4
4 reviews

Rating breakdown

Details Information

Version

1.2.5

First Released

13 Sep, 2016

Total Downloads

8,689

Wordpress Version

3.0 or higher

Tested up to:

5.3

Require PHP Version:

5.6 or higher

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.