# 新しいDiscourseインストールでのメールのトラブルシューティング

**URL:** https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326
**Category:** Self-Hosting
**Tags:** email, configuring, how-to
**Created:** [2014 年 6 月 7 日午後 10:38 UTC](https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326 "2014-06-07T22:38:50Z")
**Posts on this page:** 1
**Showing post:** 554

<div class="post-metadata">

### Author: ![phill](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/phill/32/498896_2.png) [@phill](https://meta.discourse.org/u/phill)
#### Post date: [2025 年 2 月 13 日午後 11:38 UTC](https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326/554 "2025-02-13T23:38:09Z")

</div>

> [@Discourse](#):
>
> メールドメインは正しいですか？

ドキュメント改善提案：  
外部プロバイダー（SendGridを使用）でSMTPを設定している際に、登録メールを受信できませんでした。`discourse-doctor`を実行したところ、`Reason: 550 The from address does not match a verified Sender Identity`というエラーが特定されました。

SendGridでトップレベルドメイン（[example.com](http://example.com)）の送信認証は行っていましたが、Discourseのサブドメイン（[discourse.example.com](http://discourse.example.com)）の認証はまだ行っていなかったため、SendGridがAPIコールを拒否していました。

この問題の特定には15分ほどかかりましたが、`app.yml`とインストールスクリプトに、新しいユーザーが将来Discourseをインストールする際の摩擦を減らすために、この点をより明確にするコメントを追加することが役立つと感じています。また、トラブルシューティングページへの直接の参照も役立つでしょう。

以下のようなものです：

```plaintext
# ほとんどのSMTPプロバイダーでは、メール送信のために認証済みのドメインまたは認証済みのメールアドレスが必要です。
# メール配信を確実にするために、新しいユーザーを登録する前に、送信ドメイン（example.com）、サブドメイン（discourse.example.com）、および`notifications`メールアドレスを
# SMTPプロバイダーで認証していることを確認してください。
#
# `discourse-doctor`コマンドは、メール設定のテストに役立ちます。
# 参照: https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install

```

---

_[View the full topic](https://meta.discourse.org/t/troubleshoot-email-on-a-new-discourse-install/16326)._
