0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

WordPress on Azure AppService - Email Integration を試してみた

Posted at

稼働中の WordPress on Azure AppService に、あとから Email Integration を追加する検証をしてみました。

Azure Communication Services のメールを追加

以下の Azure リソースを追加しました。

appservice-email-01.png

AppService のアプリケーション設定を追加

WP_EMAIL_CONNECTION_STRING という名前で、値に endpoint=<endpoint>;senderaddress=<sender-address>;accesskey=<access-key> を追加しました。

appservice-email-02.png

App Service Email プラグインを WordPress に新規追加

zip ファイルをアップロードして有効化しました。

appservice-email-03.png

WordPress にユーザーを追加して Email Logs を確認

Status が Success と表示されました。

appservice-email-04.png

受信したメール

ユーザーの新規追加時に登録したメールアドレス宛にメールが届きました。

appservice-email-05.png

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?