# Allow inbound email delivery to forum contact email for inactive users

**URL:** https://meta.discourse.org/t/allow-inbound-email-delivery-to-forum-contact-email-for-inactive-users/146544
**Category:** Feature
**Created:** [2 april 2020 om 06:42 UTC](https://meta.discourse.org/t/allow-inbound-email-delivery-to-forum-contact-email-for-inactive-users/146544 "2020-04-02T06:42:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![md-misko](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/md-misko/32/126315_2.png) [@md-misko](https://meta.discourse.org/u/md-misko)
#### Post date: [2 april 2020 om 06:42 UTC](https://meta.discourse.org/t/allow-inbound-email-delivery-to-forum-contact-email-for-inactive-users/146544/1 "2020-04-02T06:42:07Z")

</div>

After configuring [Configure direct-delivery incoming email for self-hosted sites with Mail-Receiver](https://meta.discourse.org/t/straightforward-direct-delivery-incoming-mail/49487)

> [@Configure direct-delivery incoming email for self-hosted sites with Mail-Receiver](https://meta.discourse.org/t/configure-direct-delivery-incoming-email-for-self-hosted-sites-with-mail-receiver/49487/263):
>
> - new user registers to the forum and receives confirmation email
> - account is created, email is not yet verified
> - user is (for some reason) unable to use the confirmation link
> - they send email to the forum contact email, which was set according to the instructions in this howto
> - the email is rejected with the reason `Email::Receiver::InactiveUserError`
> 
> I have caught this purely by chance, by reviewing the logs.
> 
> Is there any chance to configure inbound email so that it receives emails from inactive users (perhaps limiting it only to forum contact email)? Otherwise there is no way for a user to contact the forum support in such scenario.

Details below, please move the entire conversation from the original topic here if appropriate:

[https://meta.discourse.org/t/straightforward-direct-delivery-incoming-mail/49487/263?u=md-misko](https://meta.discourse.org/t/straightforward-direct-delivery-incoming-mail/49487/263)

---

<div class="post-metadata">

### Author: ![Dannii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dannii/32/129087_2.png) [@Dannii](https://meta.discourse.org/u/Dannii)
#### Post date: [2 april 2020 om 06:56 UTC](https://meta.discourse.org/t/allow-inbound-email-delivery-to-forum-contact-email-for-inactive-users/146544/2 "2020-04-02T06:56:38Z")

</div>

Do they get a notification email explaining that emails are not accepted from inactive users?

---

<div class="post-metadata">

### Author: ![md-misko](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/md-misko/32/126315_2.png) [@md-misko](https://meta.discourse.org/u/md-misko)
#### Post date: [2 april 2020 om 07:20 UTC](https://meta.discourse.org/t/allow-inbound-email-delivery-to-forum-contact-email-for-inactive-users/146544/3 "2020-04-02T07:20:33Z")

</div>

Full details are in the conversation linked above.

> [@Dannii](#):
>
> Do they get a notification email explaining that emails are not accepted from inactive users?

Yes, this was the reply sent to user:

> We’re sorry, but your email message to [“support@discourse.forum.tld”] (titled Issue with signing up) didn’t work.
> 
> Your account associated with this email address is not activated. Please activate your account before sending emails in.

But this is exactly where the problem lies: they couldn’t activate their _new_ account in the first place, and when they contacted forum support for help (using the forum contact email address) they were notified that their email was not delivered, because their account is not activated yet.

The _main_ issue is that this email was _not_ delivered to the _group inbox_ connected to the forum contact address, and I would have no idea, if I didn’t stumble upon it by chance while reviewing the logs.
