> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Actions を使用した Custom Email Provider の設定

> Action を作成してメールプロバイダーにメッセージを配信し、ユースケースに合わせたカスタムロジックを実装します。

メールプロバイダーの設定をさらに柔軟にカスタマイズするには、テナントで <Tooltip tip="Action: Auth0 のランタイム内の定義された時点で実行される Node.js 関数。" cta="用語集を見る" href="/docs/ja-jp/glossary?term=Action">Action</Tooltip> を設定できます。

Auth0 のメールプロバイダーや SMTP サーバー連携を使用する代わりに、選択したメールプロバイダーまたは SMTP サーバーにメッセージを配信するためのコードを Action に記述します。

これにより、メール配信プロセスをより細かく制御できるようになり、失敗時の再試行、受信者の変更、organization ごとのロジックの作成など、ユースケースに合わせたカスタムロジックを実装できます。

| 読む...                                                                                                                                             | 学べること...                                                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [Custom Email Provider Action を設定する](/docs/ja-jp/customize/email/smtp-email-providers/custom/configure-action)                                    | Auth0 Dashboard または Terraform Auth0 provider を使用して、テナントにメールプロバイダー Action を設定する方法。 |
| [Action トリガー: custom-email-provider イベントオブジェクト](/docs/ja-jp/customize/actions/reference/custom-email-provider/custom-email-provider-event-object) | `custom-email-provider` Actions トリガーの `event` オブジェクトで使用できるプロパティ。                  |
| [Action トリガー: custom-email-provider API オブジェクト](/docs/ja-jp/customize/actions/reference/custom-email-provider/custom-email-provider-api-object)   | `custom-email-provider` Actions トリガーの API オブジェクトで使用できるプロパティ。                      |
