# 允许非会员给管理员发私信

**URL:** <https://meta.discourse.org/t/allow-non-members-to-pm-the-administrator/391858>\
**Category:** Support\
**Created:** [2025年十二月21日 19:28 UTC](https://meta.discourse.org/t/allow-non-members-to-pm-the-administrator/391858 "2025-12-21T19:28:44Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**Post date:** [2025年十二月21日 20:19 UTC](https://meta.discourse.org/t/allow-non-members-to-pm-the-administrator/391858/5 "2025-12-21T20:19:17Z")

</div>

我认为 Nathan 在为管理员组强制启用电子邮件方面运气不错，这是否有帮助？

> [@Allow email in for moderators, staff, and admins](https://meta.discourse.org/t/allow-email-in-for-moderators-staff-and-admins/212147/3):
>
> Well, since nobody told me that was completely stupid, I’ve gone and tested this rails command on a little used instance. And it seems to work (so far)! bangbang Use at your own risk and backup first To add an email-in address Group.where(name: "=groups.name=").update(incoming\_email: "=groups.name=@=domain=") To remove an email-in address Group.where(name: "=groups.name=").update(incoming\_email: nil)

（不过，如果用户界面允许这样做就更好了 🙂）

但我认为你也可以为这个特定的用例创建一个自定义组并使用用户界面来实现它。

---

_[View the full topic](https://meta.discourse.org/t/allow-non-members-to-pm-the-administrator/391858)._
