内容をスキップ
  • WordPress について
    • WordPress について
    • WordPress.org
    • ドキュメンテーション
    • サポート
    • フィードバック
  • ログイン
  • 登録
WordPress.org
WordPress.org

日本語

  • テーマ
  • プラグイン
  • ニュース
  • サポート
    • ドキュメンテーション
    • フォーラム
  • 概要
  • 参加・貢献
  • このサイトについて
  • WordPress を入手
WordPress を入手

プラグイン

  • お気に入り
  • ベータテスト
  • 開発者
ダウンロード

Send Emails with Mandrill

作者: Miller Media ( Matt Miller )
  • 詳細
  • レビュー
  • インストール
  • サポート
  • 開発

説明

Did you find this plugin helpful? Please consider leaving a 5-star review.

Note: This is a forked version of the now unsupported wpMandrill plugin. The notes below are copied over from the original plugin and will be updated as relevant updates become available. Please help by contributing to the GitHub repository Send Emails With Mandrill on GitHub

This plugin uses Mandrill API to send outgoing emails, with or without attachments, from your WordPress installation. It replaces the wp_mail function included with WordPress.

Emails are tracked and automatically tagged for statistics within the Mandrill Dashboard. You can also add general tags to every email sent, as well as particular tags based on selected emails defined by your requirements.

You can also use your own templates that have been added to your MailChimp account and shared with your Mandrill account.

There are a few levels of integrations between your WordPress installation and this plugin:

  1. The simplest option: Install it, configure it, and Send Emails with Mandrill will start sending your emails through Mandrill.
  2. If you need to fine tune certain emails, you can change any email by creating a filter for the mandrill_payload hook.
  3. For further customization, we’ve exposed a function that allows you to send emails from within your plugins, instead of the regular wp_mail function: wpMandrill::mail

Enable the connection by entering a valid API key in the settings page or adding the line define('SEWM_API_KEY', '{YOUR_API_KEY}') your site’s wp-config.php file.

Spanish translation available.

Request

If you find that a part of this plugin isn’t working, please don’t simply click the WordPress “It’s broken” button. Let us know what’s broken in its support forum so we can make it better. Our mind-reading device still needs some tweaking.

Localizations

Send Emails with Mandrill is currently localized in the following languages:

  • Spanish (es_ES)

Known Issues

  • Daily statistics will show data for the first 20 senders (emails) registered.
  • Daily statistics will show data for the first 40 tags registered.

If your account has more than 20 senders registered or more than 40 tags used, the detailed daily statisticas might show incompleted data.

スクリーンショット

  • Settings screen
  • Statistics
  • Dashboard widget
  • Dashboard widget Settings

インストール

  1. Upload Send Emails with Mandrill to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Configure plugin in Settings > Mandrill

FAQ

Why do I need a Mandrill API key?

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.

Do I need a MailChimp 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.

Are all emails routed through Mandrill?

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.

What if I need to send some of my emails using the native 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;

My emails are broken and show weird CSS code

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’);

Is there any way to check what’s going on?

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.

I am getting an Invalid API Key message and I’m sure my API is valid!

Please verify the following:

  1. That your API key is active (this can be viewed on the SMTP & API Credentials page in your Mandrill account);
  2. 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);
  3. That the domain name you’re using above is listed in the Sending Domains for your Mandrill account.

評価

Works like the old mandrill plugin

carlcs 2020年4月30日
And it's still supported by the developers unlike the old one

Thanks, can I help ?

RT_PDX 2020年4月28日
Great that this plugin got a second life! It beats tons of other SMTP plugins trying to support mandrill. It needs a few updates to be fully PHP7.4 compatible and it would be great to have a few extra options (thing return_path_domain etc). On that note: I can help if that would in this great effort!?

Thank you for supporting the plugin

srumery 2020年2月2日
Thank you for taking the initiative to fork the unsupported plugin and get it working with modern PHP.

Thank you for taking over the Unsupported Mandrill App

zakkates 2020年1月14日
The old unsupported Mandrill app had begun causing errors on our website. It caused issues with our WooCommerce installation. Luckily we found this plugin just in time to fix all of our problems. Thank you! Thank you!

Really good. Thank you.

anthonywnz 2019年12月12日
Thanks for maintaining this.

Good plugin. Good Support

dear.leader 2018年9月28日
I haven't run into any problems and this updated version of the Mandrill plugin solved an issue I was experiencing with the original Mandrill plugin. Plus I know that if an issue develops, I can contribute a fix or the plugin authors will have already fixed it. What's not to like?
8件のレビューをすべて表示

貢献者と開発者

Send Emails with Mandrill はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者
  • Matt Miller
  • mikemm01
  • MC_Will
  • MC_Amanda
  • Cornel Raiu
  • crstauf
  • bizmatebiz
  • andrewhilson
  • anthonywnz
  • srumery
  • RT_PDX
  • ilanio
  • Sander Teirlynck

“Send Emails with Mandrill” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログを RSS で購読してみてください。

変更履歴

1.3

  • Added setting to turn off Dashboard Widget
  • Added ability to manually fetch new data from Reports screen
  • Added ability to define API key as SEWM_API_KEY in wp-config.php file
  • Minor error handling adjustments

1.2.13

  • Setting to disable
    setting for WooCommerce emails due to layout issues from recent WooCommerce updates

1.2.12

  • Updates to deprecated jQuery functions

1.2.9

  • Removed deprecated contextual_help() function and added add_help_tab()

1.2.8

  • Add wpmandrill_enable_reports and wpmandrill_enable_widgets filters to programmatically disable the reports dashboard and widget if desired.

1.2.7

  • Removed code added for previous Mandrill outage

1.2.6

  • Updated messaging on how to handle the upcoming Mandrill outage
  • Bug fix for memcache overload when loading Mandrill reports page on high traffic sites

1.2.5

  • Updated plugin screenshots for WordPress repository
  • Added support/setting for Mandrill subaccount
  • Removed discontinued Mandrill API endpoint support (URL tracking)

1.2.4

  • Removed RSS Feeds due to WordPress core bugs (SimplePie library)
  • CSS adjustments
  • Fixed false negatives when used in conjunction with Contact Form 7 and other mail sending programs

1.2.3

  • Fixed WooCommerce checkout issue (class scope bug)

1.2.2

  • More detailed error logging for failed e-mails
  • Added email formatting to include ‘name’

1.2.1

  • PHP warning fix

1.2

  • Added ability to override wp_mail_native function with a WordPress action
  • 404 console fixes
  • Various undefined variable fixes

1.1

  • Added support for PHP 7.2
  • Removed support for PHP < 5.6
  • Added plugin activation compatibility checks

1.0

  • Initial release

メタ

  • バージョン: 1.3
  • 最終更新日: 3か月前
  • 有効インストール数: 8,000+
  • WordPress バージョン: 3.0またはそれ以降
  • 検証済み最新バージョン: 5.9.3
  • PHP バージョン: 5.6またはそれ以降
  • 言語:
    English (US)
  • タグ:
    emailemail reliabilitymailchimpmandrilltransactional email
  • 詳細を表示

評価

すべて表示
  • 5つ星 8
  • 4つ星 0
  • 3つ星 0
  • 2つ星 0
  • 1つ星 0
レビューを申請するにはログインしてください。

貢献者

  • Matt Miller
  • mikemm01
  • MC_Will
  • MC_Amanda
  • Cornel Raiu
  • crstauf
  • bizmatebiz
  • andrewhilson
  • anthonywnz
  • srumery
  • RT_PDX
  • ilanio
  • Sander Teirlynck

サポート

過去2ヶ月以内に解決した問題:

0 / 1

サポートフォーラムを表示

  • WordPress とは
  • ニュース
  • ホスティング
  • 寄付
  • サポート
  • 開発者
  • 参加・貢献
  • Learn
  • ショーケース
  • プラグイン
  • テーマ
  • パターン
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • マット・マレンウェッグ
  • プライバシー
  • 公開コード
WordPress.org
WordPress.org

日本語

  • Facebook ページへ
  • Twitter アカウントへ
Code is Poetry.