# Question about the email configuration

**URL:** https://meta.discourse.org/t/question-about-the-email-configuration/102074
**Category:** Self-hosting
**Created:** [15.Ноябрь.2018 00:03:01 UTC](https://meta.discourse.org/t/question-about-the-email-configuration/102074 "2018-11-15T00:03:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![StephaneFe](https://avatars.discourse-cdn.com/v4/letter/s/e9bcb4/32.png) [@StephaneFe](https://meta.discourse.org/u/StephaneFe)
#### Post date: [15.Ноябрь.2018 00:03:01 UTC](https://meta.discourse.org/t/question-about-the-email-configuration/102074/1 "2018-11-15T00:03:01Z")

</div>

I’m following the instruction of this [page](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md) but I don’t understand the meaning of these 6 fields:

```plaintext
Email address for admin account(s)? [me@example.com,you@example.com]:  

```

Can I specify here an email address not related to the domain I’ll use with discourse?  
Eg can I specift my gmail personal email address if this is the address I use the most often?

```plaintext
SMTP server address? [smtp.example.com]: 
SMTP port? [587]: 
SMTP user name? [user@example.com]: 
SMTP password? [pa$word]: 

```

Are these 4 fields related to the email provider recommended in this [page](https://github.com/discourse/discourse/blob/master/docs/INSTALL-email.md)?

```plaintext
Let's Encrypt account email? (ENTER to skip) [me@example.com]: 

```

Could you please explain to me what is it for?

---

<div class="post-metadata">

### Author: ![tmoko](https://avatars.discourse-cdn.com/v4/letter/t/da6949/32.png) [@tmoko](https://meta.discourse.org/u/tmoko)
#### Post date: [17.Ноябрь.2018 08:57:00 UTC](https://meta.discourse.org/t/question-about-the-email-configuration/102074/2 "2018-11-17T08:57:00Z")

</div>

Hi! 😃

> [@StephaneFe](#):
>
> ```plaintext
> Email address for admin account(s)? [me@example.com,you@example.com]:  
> 
> ```
> 
> Can I specify here an email address not related to the domain I’ll use with discourse?  
> Eg can I specift my gmail personal email address if this is the address I use the most often?

Yep you can use your personal email address, this email address is for your admin account when your forum is set up

> [@StephaneFe](#):
>
> ```plaintext
> SMTP server address? [smtp.example.com]: 
> SMTP port? [587]: 
> SMTP user name? [user@example.com]: 
> SMTP password? [pa$word]: 
> 
> ```
> 
> Are these 4 fields related to the email provider recommended in this [page](https://github.com/discourse/discourse/blob/master/docs/INSTALL-email.md)?

Yes they are, you will need email for your discourse forum to work (email notifications, account activation, etc).

The SMTP details will be with the email provider you’ve chosen, and also make sure to set up [SPF and DKIM records](https://www.google.com/search?q=spf+dkim) as the install guide says. Your email provider will have instructions on SPF and DKIM (it involves going to the place where you bought your domain name, and creating some TXT records).

> [@StephaneFe](#):
>
> ```plaintext
> Let's Encrypt account email? (ENTER to skip) [me@example.com]: 
> 
> ```
> 
> Could you please explain to me what is it for?

This is for setting up HTTPS, you can read more here:

> [@Set up HTTPS support with Let's Encrypt](https://meta.discourse.org/t/setting-up-https-support-with-lets-encrypt/40709):
>
> bookmark This is a guide for enabling HTTPS on an existing Discourse installation using Let’s Encrypt. It assumes prior installation without HTTPS enabled. person_raising_hand Required user level: System Administrator exclamation This guide is only for existing installs where HTTPS is not enabled. Following the [official setup guide](https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md) automatically enables HTTPS by default. So you’d like to add https to your Discourse absolutely free, courtesy of our friends at [Let’s Encrypt?](https://letsencrypt.org/)bell I…

I don’t know too much besides having followed the install guide myself and helping a friend, so others can correct me 💕
