# How to get email notifications when new users have signed up?

**URL:** https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783
**Category:** Feature
**Created:** [February 22, 2017, 12:40pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783 "2017-02-22T12:40:49Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![gingerman](https://avatars.discourse-cdn.com/v4/letter/g/47e85d/32.png) [@gingerman](https://meta.discourse.org/u/gingerman)
#### Post date: [February 22, 2017, 12:40pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/1 "2017-02-22T12:40:49Z")

</div>

In the initial days of our forum, it is important to provide a better experience for the new users. We would love to engage with the new users as soon as they sign up (there are no user approvals here).

To do the above step, it is important to get notified in email about a new user signup (may be for a large forum, this can be disabled) as it is not practical to visit new users page everyday.

I couldnt clearly find out whether this feature is present or not. I saw the below thread which is discussed 4 years back and closed.

[https://meta.discourse.org/t/being-notified-receiving-email-notification-when-new-users-sign-up/10438](https://meta.discourse.org/t/being-notified-receiving-email-notification-when-new-users-sign-up/10438)

Please let me know how to achieve this email notification.

---

<div class="post-metadata">

### Author: ![mikechristopher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikechristopher/32/89135_2.png) [@mikechristopher](https://meta.discourse.org/u/mikechristopher)
#### Post date: [February 22, 2017, 1:01pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/2 "2017-02-22T13:01:03Z")

</div>

what they were using in the other topic was the setting

> ```
> **must approve users**
> 
> ```
> 
> Staff must approve all new user accounts before they are allowed to access the site.

This will then send you an email reminder in order to approve the accounts

---

<div class="post-metadata">

### Author: ![gingerman](https://avatars.discourse-cdn.com/v4/letter/g/47e85d/32.png) [@gingerman](https://meta.discourse.org/u/gingerman)
#### Post date: [February 22, 2017, 1:08pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/3 "2017-02-22T13:08:31Z")

</div>

Thanks @mikechristopher.

But our community has no approvals. Email notifications are still required for enhancing user experience as explained above.

---

<div class="post-metadata">

### Author: ![scombs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/scombs/32/48616_2.png) [@scombs](https://meta.discourse.org/u/scombs)
#### Post date: [February 22, 2017, 1:26pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/4 "2017-02-22T13:26:43Z")

</div>

There is a method discussed [here](https://meta.discourse.org/t/discourse-webhooks-and-zapier/56753) using Zapier to generate an email.

Sending a PM to admins with a setting to turn it off would be nice.

Otherwise you just have to review the dashboard at admin\>users\>list\>new\>created.

---

<div class="post-metadata">

### Author: ![mikechristopher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikechristopher/32/89135_2.png) [@mikechristopher](https://meta.discourse.org/u/mikechristopher)
#### Post date: [February 22, 2017, 1:37pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/5 "2017-02-22T13:37:55Z")

</div>

beat me to it @scombs that was my next recommendation in that you could use zapier in order to webhook upon user event so when they are created you could get it to send you an email. However I had an issue with the webhook working upon creation and only worked upon user update. I believe this was something that @fantasticfears was looking at as per this topic (not sure if it was that issue or the email issue that was being referred to)

> [@Webhooks feedback](https://meta.discourse.org/t/webhooks-feedback/49046/32):
>
> @jackzampolin The payload is almost the same as the Discourse web application gets. The generic format is like this: { "user": { // user payload } } You can read the payload examples in the webhook event page. @mikechristopher Thanks for mention that. I included this within the submitted pull request. @burke The team will [focus on some important event types](https://meta.discourse.org/t/setting-up-webhooks/49045/12). Once [the pull request](https://github.com/discourse/discourse/pull/4696) which allows easy customization is ready, I’ll write a documentation to show how to add some types on y…

---

<div class="post-metadata">

### Author: ![gingerman](https://avatars.discourse-cdn.com/v4/letter/g/47e85d/32.png) [@gingerman](https://meta.discourse.org/u/gingerman)
#### Post date: [February 22, 2017, 1:45pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/6 "2017-02-22T13:45:04Z")

</div>

Thanks @scombs @mikechristopher. This seems to be a better option to try.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [February 23, 2017, 1:21am UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/7 "2017-02-23T01:21:26Z")

</div>

Or you could just visit Admin, Users, New tab once every day and check their Messages to see if anyone sent them an individual welcome message. If you haven’t sent them a message, send it.

`https://discourse.example.com/admin/users/list/new`

---

<div class="post-metadata">

### Author: ![John\_Waltrip1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/john_waltrip1/32/98972_2.png) [@John\_Waltrip1](https://meta.discourse.org/u/John_Waltrip1)
#### Post date: [June 28, 2018, 10:56pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/8 "2018-06-28T22:56:23Z")

</div>

FYI - I went looking for this functionality today and it looks like there’s still no solution for this request, other than the workaround to vist the Admin, Users, New tab and manually review new users.

The Discourse Webhook “User Event” for Zapier will trigger when a user logs in, logs out, is created, approved or updated - not just created - so that solution is too noisy for a simple new user email notification.

---

<div class="post-metadata">

### Author: ![Alaa](https://avatars.discourse-cdn.com/v4/letter/a/65b543/32.png) [@Alaa](https://meta.discourse.org/u/Alaa)
#### Post date: [December 7, 2018, 4:52am UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/9 "2018-12-07T04:52:53Z")

</div>

This is a must have feature please. Great software should have it.

---

<div class="post-metadata">

### Author: ![pat1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pat1/32/125039_2.png) [@pat1](https://meta.discourse.org/u/pat1)
#### Post date: [December 7, 2018, 5:30am UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/10 "2018-12-07T05:30:33Z")

</div>

agree that this would be a really useful feature

---

<div class="post-metadata">

### Author: ![Arnaud\_de\_Raucourt](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arnaud_de_raucourt/32/134109_2.png) [@Arnaud\_de\_Raucourt](https://meta.discourse.org/u/Arnaud_de_Raucourt)
#### Post date: [March 29, 2019, 7:21pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/11 "2019-03-29T19:21:54Z")

</div>

I agree too. Everything else is great! This use case is vital for a private community where the admins are not moderators & reciprocally. Please add the feature. Alternative, is to create a post somewhere visible by all saying, “user xyz has joined the forum, please join me in welcoming him!”.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [March 31, 2019, 11:19pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/13 "2019-03-31T23:19:34Z")

</div>

The general concern I have here is that this is making “system” create noise posts.

One alternative is using [Discourse Policy](https://meta.discourse.org/t/discourse-policy/88557) to define a “policy” that applies to say TL0 in a tiny community, reminding them to post an “about me” topic.

I feel that getting System to do all the work here kind of detracts from the “Introduce yourself” aspect here where welcomes are far more personal.

There are a bunch of other options here, including unlocking a section of reviewable users (in our new reviewable system by @eviltrout) to a wider audience, so anyone say TL1 and up can “review” the new users and do the needful of saying hello and starting a conversation.

I totally get the underlying problem that, signing up is easy, making people say hello is hard.

---

<div class="post-metadata">

### Author: ![Paul\_King](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paul_king/32/165426_2.png) [@Paul\_King](https://meta.discourse.org/u/Paul_King)
#### Post date: [February 10, 2020, 3:05pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/14 "2020-02-10T15:05:54Z")

</div>

Hi, is it still the case that an administrator has no straightforward way to be notified by email when a new user signs up needing approval? My very small forum gets a post a month, maybe - I certainly don’t want to have to sign in myself and manually check for new signups every day if there is nothing to otherwise sign in for… and I obviously don’t want new users waiting a month to be approved! Very unlikely to improve usage that way.  
Surely administrator notifications would be pretty fundamental ? If not implemented, this may be a deal breaker for Discourse as my new forum.

---

<div class="post-metadata">

### Author: ![Paul\_King](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paul_king/32/165426_2.png) [@Paul\_King](https://meta.discourse.org/u/Paul_King)
#### Post date: [February 10, 2020, 3:19pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/15 "2020-02-10T15:19:08Z")

</div>

In answer to my own question, further reading suggests adding moderator access to the admin user account might do the trick…

---

<div class="post-metadata">

### Author: ![jord8on](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jord8on/32/166809_2.png) [@jord8on](https://meta.discourse.org/u/jord8on)
#### Post date: [February 10, 2020, 4:45pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/16 "2020-02-10T16:45:15Z")

</div>

> [@codinghorror](#):
>
> Or you could just visit Admin, Users, New tab once every day and check their Messages to see if anyone sent them an individual welcome message. If you haven’t sent them a message, send it.
> 
> `https://discourse.example.com/admin/users/list/new`

If you like the approach Jeff shared, using “Tab Snooze” is a quick and free way to automate what he suggested ⬆︎

1. Using a chrome browser, click the link below and install Tab Snooze
2. Visit your forum instance https://YOUR\_FORUM\_URL/admin/users/list/new
3. Click the newly added​🌜moon (Tab Snooze) icon, next to your URL address bar
4. Choose the “Repeatedly” option  
 ![image](https://global.discourse-cdn.com/meta/original/3X/f/c/fcb88f3334b737103c2a423218f5cac1fc7802cf.png)
5. Then select your cadence (i.e. Daily, Weekly, Monthly, etc.) and time/days of wk  
 ![image](https://global.discourse-cdn.com/meta/original/3X/d/8/d80b25990caabfac0f6b5858663de126fa0d5654.png)
6. That’s it! This tab will open up for you, every day, so you can check up on your list of new users!

Check out the plugin here:

> **[Chrome Web Store](https://chromewebstore.google.com/detail/empty-title/pdiebiamhaleloakpcgmpnenggpjbcbm?hl=en)**
>
> Add new features to your browser and personalize your browsing experience.

---

<div class="post-metadata">

### Author: ![craigconstantine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/craigconstantine/32/511195_2.png) [@craigconstantine](https://meta.discourse.org/u/craigconstantine)
#### Post date: [June 3, 2022, 4:27pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/17 "2022-06-03T16:27:54Z")

</div>

> [@sam](#):
>
> There are a bunch of other options here, including unlocking a section of reviewable users (in our new reviewable system by @eviltrout) to a wider audience, so anyone say TL1 and up can “review” the new users and do the needful of saying hello and starting a conversation.

Can you point me to more information on this?

I’d like to create a group, let’s call it “greeters”, and give them a way to see new users…

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [June 6, 2022, 4:18am UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/18 "2022-06-06T04:18:41Z")

</div>

Sadly, the review queue “unlocks” the ability to do things (for example we have category moderator support now). But some features like saying “group X” are allowed to review new users is not something we have built yet.

---

<div class="post-metadata">

### Author: ![sallypf](https://avatars.discourse-cdn.com/v4/letter/s/c57346/32.png) [@sallypf](https://meta.discourse.org/u/sallypf)
#### Post date: [June 5, 2025, 8:48pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/19 "2025-06-05T20:48:48Z")

</div>

It is 2025 and we still don’t have feature to send emails.  
I wanted followings

1. Send email to admin when a new user is created
2. Send Welcome email on new signup

I’ve read various workaround but they are just workaround and not email. We certainly need this feature. I run my own email server so I don’t want to use any paid services.

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [June 5, 2025, 9:23pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/20 "2025-06-05T21:23:05Z")

</div>

You can use automation for both of these things, using the “After user update” trigger. See the below for an example.

> [@How to get an email notification when a user joins?](https://meta.discourse.org/t/how-to-get-an-email-notification-when-a-user-joins/364706):
>
> Hi there, I wonder if I can configure a webhook for example that emails me every time someone creates a new member on my forum? As I understand it a weebhook payload URL has to be created through for example Zapier or is it possible without having to register there? Best regards Olle

Also, you can have discobot send a welcome message to new members. See these settings:

 ![Screenshot 2025-06-05 at 2.24.26 PM](https://global.discourse-cdn.com/meta/original/4X/6/3/b/63be7906792a05dab5c064f27aedc77292e10499.png)

---

<div class="post-metadata">

### Author: ![sallypf](https://avatars.discourse-cdn.com/v4/letter/s/c57346/32.png) [@sallypf](https://meta.discourse.org/u/sallypf)
#### Post date: [June 7, 2025, 3:58pm UTC](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783/21 "2025-06-07T15:58:33Z")

</div>

I see, yes it works. I wanted to send email and not message.

[Next page](https://meta.discourse.org/t/how-to-get-email-notifications-when-new-users-have-signed-up/57783.md?page=2)
