# 我放弃了邮件

**URL:** <https://meta.discourse.org/t/i-give-up-with-email/362023>\
**Category:** Support\
**Tags:** email\
**Created:** [2025年四月16日 06:06 UTC](https://meta.discourse.org/t/i-give-up-with-email/362023 "2025-04-16T06:06:24Z")\
**Posts on this page:** 1\
**Showing post:** 3

<div class="post-metadata">

**Author:** ![nat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nat/32/235063_2.png) [@nat](https://meta.discourse.org/u/nat)\
**Post date:** [2025年四月16日 06:22 UTC](https://meta.discourse.org/t/i-give-up-with-email/362023/3 "2025-04-16T06:22:49Z")

</div>

你好，我看到你的配置值实际上不正确。该值不应该是电子邮件地址，而应该是 SMTP 服务器地址。

你需要遵循 [discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md#2-setting-up-email)

设置中的地址值不应该是电子邮件地址，而应该是邮件服务器地址。例如，如果你正在使用 [mailgun](https://www.mailgun.com/)

```plaintext
DISCOURSE_SMTP_ADDRESS: smtp.mailgun.org
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_USER_NAME: postmaster@fooros.co
DISCOURSE_SMTP_PASSWORD: "你的邮件服务器提供商与你共享的密码"

```

另外，请注意——请不要在不同的主题中重复发布相同的问题。

---

_[View the full topic](https://meta.discourse.org/t/i-give-up-with-email/362023)._
