LoginSignup
0
0

More than 3 years have passed since last update.

メンテナンスが終了した公式 SendGrid モジュールをMagento2.3(ZF2)に対応させた

Posted at

Magento2 の公式 SendGrid 拡張は、Magento2.2対応版でメンテナンスが終了しており、ZF2 を利用している 2.3, 2.4 では動作しません。

SendGrid Email Delivery

こちらをある程度まで動く形に改修したものが以下になります。

kzkick2nd/magento2-sendgrid

SendGrid 公式の GitHub リポジトリもすでにありませんので、自前リポジトリを用意しました。完全な動作を保証するものではありません。

有効化

1. app/code以下にモジュールを設置します

スクリーンショット 2019-12-21 20.20.17.png

2. モジュールを有効化します

$ bin/magento module:enable SendGrid_EmailDeliverySimplified
$ bin/magento setup:upgrade
$ bin/magento cache:clean

3. 管理画面「システム」に SendGrid メニューがでます

スクリーンショット 2019-12-21 20.26.01.png

こちらの設定で SendGrid API キーペアを入力すると、テストメールが送信できます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0