Closed shimoju closed 9 years ago
SendGrid pluginを使ってSendGridを使うのが有力
SendGrid(1.5.0)を試したが問題多数
・ローカルでなぜか動かなかった プラグインを有効にした瞬間にFatal error発生
Fatal error: Cannot use object of type WP_Error as array in /path/to/wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php on line 18
・Herokuでは動くが、パスワードリセットメールが送信できない 「新しいパスワードを取得」ですると真っ白ページになって何も起きない
・メールが届くのがかなり遅い(10〜20分) これは仕方ないけど
Mailgunを試したところ良好だったのでこれに決定。
定数を定義すれば自動設定が可能
Can this be configured globally for WordPress Multisite? Yes, using the following constants that can be placed in wp-config.php:
MAILGUN_USEAPI Type: boolean MAILGUN_APIKEY Type: string MAILGUN_DOMAIN Type: string MAILGUN_USERNAME Type: string MAILGUN_PASSWORD Type: string MAILGUN_SECURE Type: boolean
メール設定