> ## 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 を使用したカスタムメールプロバイダーの設定

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

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

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

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

| 参照先                                                                                                                                                                  | 学べること                                                                             |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [カスタムメールプロバイダー Action を設定する](/ja/docs/customize/email/smtp-email-providers/custom/configure-action)                                                                  | Auth0 Dashboard または Terraform Auth0 provider を使用して、メールプロバイダー Action をテナントに設定する方法。 |
| [Action Triggers: custom-email-provider Event Object](/ja/docs/customize/email/configure-a-custom-email-provider/action-triggers-custom-email-provider-event-object) | `custom-email-provider` Actions トリガーの `event` オブジェクトで使用できるプロパティ。                  |
| [Action Triggers: custom-email-provider API Object](/ja/docs/customize/email/configure-a-custom-email-provider/action-triggers-custom-email-provider-api-object)     | `custom-email-provider` Actions トリガーの API オブジェクトで使用できるプロパティ。                      |
