# 电子邮件通知直接回复给我（管理员）

**URL:** https://meta.discourse.org/t/email-notifications-reply-directly-to-me-the-admin/106818
**Category:** Support
**Created:** [2019年一月17日 15:39 UTC](https://meta.discourse.org/t/email-notifications-reply-directly-to-me-the-admin/106818 "2019-01-17T15:39:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Kyle\_Risi](https://avatars.discourse-cdn.com/v4/letter/k/b5ac83/32.png) [@Kyle\_Risi](https://meta.discourse.org/u/Kyle_Risi)
#### Post date: [2019年一月17日 15:39 UTC](https://meta.discourse.org/t/email-notifications-reply-directly-to-me-the-admin/106818/1 "2019-01-17T15:39:11Z")

</div>

Hi Guys 👋 ,

I received discourse email notification for a PM between two other community members. It turned out that the receiving member replied to the original PM email notification directly from within the email rather than going to discourse and clicking into their private messages. As a result, instead of sending their reply to the OP, it actually sent the reply directly to me (the admin), who had nothing to do with the PM.

Upon further investigation, it seems that all notifications emails received by any member would reply to my email address if the member clicked reply from the notification email.

What is going on here? Is there a way of fixing it?

---

<div class="post-metadata">

### Author: ![fhe](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fhe/32/113345_2.png) [@fhe](https://meta.discourse.org/u/fhe)
#### Post date: [2019年一月17日 16:08 UTC](https://meta.discourse.org/t/email-notifications-reply-directly-to-me-the-admin/106818/2 "2019-01-17T16:08:38Z")

</div>

It’s the email address that is configured at `notification email` in your Discourse settings and I assume that you’ve added your email address there.

I have `noreply@mydomain.com` configured as notification email address, indicating that it’s not intended for bidirectional communication.

Another option would be to enable reply by email, which essentially creates a way of posting on Discourse via email. However, this involves a little bit of configuration and setting up a dedicated email account handling the replies.

> [@Set up reply by email with POP3 polling](https://meta.discourse.org/t/set-up-reply-via-email-support/14003):
>
> So you’d like to set up reply via email support for your Discourse forum. mega Reply via email is pre-configured and enabled by default on all [discourse.org](http://discourse.org) hosted sites. The guide below only applies to those self-hosting. Good news! Unlike outgoing email, which is completely unsuitable for typical consumer mail services like GMail, Outlook, Yahoo Mail, etc, incoming reply via-email tends to be extremely low volume. Unless you have a truly massive forum with a zillion people replying to no…

---

<div class="post-metadata">

### Author: ![Kyle\_Risi](https://avatars.discourse-cdn.com/v4/letter/k/b5ac83/32.png) [@Kyle\_Risi](https://meta.discourse.org/u/Kyle_Risi)
#### Post date: [2019年一月17日 16:12 UTC](https://meta.discourse.org/t/email-notifications-reply-directly-to-me-the-admin/106818/3 "2019-01-17T16:12:50Z")

</div>

Hi @fhe

Thanks for replying, I would like users to be able to reply via email, so setting up Reply-by-email may be the best option for us, I think I have a guide that walks through the process. Thank you for your help

---

<div class="post-metadata">

### Author: ![Myalden](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/myalden/32/225287_2.png) [@Myalden](https://meta.discourse.org/u/Myalden)
#### Post date: [2021年六月23日 22:30 UTC](https://meta.discourse.org/t/email-notifications-reply-directly-to-me-the-admin/106818/4 "2021-06-23T22:30:32Z")

</div>

这是一个 SMTP 测试网站，可帮助您解决该问题。

> **[SMTP Test Tool](https://www.gmass.co/smtp-test)**
>
> Test your connection to Sendgrid, Amazon SES, or any other SMTP server.

关键在于，通知邮件必须经过验证的“单一发件人”，并在 ./discourse-setup 中用作通知邮件。

服务器：smtp:sendgrid.net  
用户名：apikey  
端口：587

祝您使用愉快。
