# لا يمكن ضبط إدخال البريد الإلكتروني للمجموعة الموجودة؟

**URL:** <https://meta.discourse.org/t/can-t-set-email-in-for-existing-group/310569>\
**Category:** Support\
**Tags:** email-in\
**Created:** [4 يونيو 2024، 6:51ص UTC](https://meta.discourse.org/t/can-t-set-email-in-for-existing-group/310569 "2024-06-04T06:51:30Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)\
**Post date:** [5 يونيو 2024، 9:47ص UTC](https://meta.discourse.org/t/can-t-set-email-in-for-existing-group/310569/4 "2024-06-05T09:47:11Z")

</div>

يمكنك تعيينه للمجموعات التلقائية، ولكنه يتطلب الوصول إلى وحدة تحكم Rails وبعض الشجاعة:

> [@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/can-t-set-email-in-for-existing-group/310569)._
