> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/set-up-an-advocate-smtp-email-integration.md).

# Advocate SMTPメール連携を設定する

通知メールを管理するには、独自の Simple Mail Transfer Protocol (SMTP) サーバーをセットアップして Advocate のメール通知を無効にするか、カスタム *送信元* アドレスを [カスタムドメインを設定することで](/brand/ja/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/set-up-a-domain-for-advocate.md) メールに使用します。

#### 通知メールの種類

設定する際に使用できる 2 つのアクションは [プログラムルール](/brand/ja/what-would-you-like-to-learn-about/advocate-program/getting-started-with-advocate/advocate-program-rules-explained.md) メール送信をトリガーするものです：

* **メールアクション：** このアクションは、プログラムのルールでメールルールがトリガーされたときにメールを送信します。
* **報酬：** トリガーされたルールから報酬が作成されると、メールもトリガーされます。

さらに、次の理由で一部のメールがトリガーされる場合があります：

* **確認メール：** マイクロサイトやウィジェットで、ユーザーが提供したメールアドレスが有効であることを確認するために使用されます。
* **パスワードリセット：** マイクロサイトでユーザーのパスワードをリセットするために使用されます。
* **W9 通知：** プログラムで、ユーザーが 1 暦年に 599 米ドルを超える報酬を獲得しており、W9 の提出が必要であることを示すために使用されます。
* **支払いリマインダーメール：** 現金報酬を獲得し、税務情報と銀行情報を提供するためにウィジェットまたはマイクロサイトに戻る必要があるユーザーに送信されます。

#### SMTP サーバーをプログラムに接続する

{% hint style="warning" %}
**重要:** カスタム SMTP サーバーを使用する場合、選択した *送信元* ドメインでメールが適切に認証され、受信者のスパムフォルダに振り分けられたり、まったく配信されなかったりしないようにする責任があります。
{% endhint %}

1. 左側のナビゲーションメニューで、〜を選択します ![](/files/35a2729417ae14850e3ed65c4a7cb91addfd3d58) **\[ユーザープロフィール]** → **設定**.
2. 左側の列で、 *Advocate 設定*、選択します **連携**.
3. 次へ移動します *カスタム SMTP メールサーバー*、選択します ![](/files/8557be98c1130cb55554497dd16810fe8e173d9e) **\[展開]** セクションを展開し、SMTP サーバーの詳細を入力します。必要な項目は次のとおりです：
   * **SMTP サーバーのホスト名とポート：** 送信メールサーバーのアドレスと、メール送信に使用するポートです。
   * **認証方式：** 選択肢には次が含まれます *なし*, *トランスポート層セキュリティ (TLS)*、および *セキュアソケットレイヤー (SSL)*.
   * **接続テスト元アドレス** (*(任意)*：テスト用の *送信元* メールアドレスを入力してください。
   * **ユーザー名とパスワード：** 選択したアカウントのメールアドレスにログインするときに使用するユーザー名とパスワードです。
4. 選択 **接続** して SMTP サーバーをプログラムに接続します。
5. 有効にすると、接続が正しく設定されていることを確認するためにテスト送信できます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/advocate-program/advocate-program-settings/set-up-an-advocate-smtp-email-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
