shimoju / wordpress-heroku

WordPress on Heroku
GNU General Public License v2.0
13 stars 15 forks source link

Mail #4

Closed shimoju closed 9 years ago

shimoju commented 9 years ago

メール設定

shimoju commented 9 years ago

SendGrid pluginを使ってSendGridを使うのが有力

shimoju commented 9 years ago

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分) これは仕方ないけど

shimoju commented 9 years ago

Mailgunを試したところ良好だったのでこれに決定。

shimoju commented 9 years ago

定数を定義すれば自動設定が可能

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

https://wordpress.org/plugins/mailgun/faq/

shimoju commented 9 years ago

自動設定完了 https://github.com/shimoju/wordpress-heroku/commit/195b325f900b8852400ee3d46e2446d5d1394ef0