# Question about configuring email on shared hosting

**URL:** https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868
**Category:** Self-hosting
**Tags:** email
**Created:** [May 15, 2015, 3:14pm UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868 "2015-05-15T15:14:09Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![dbo](https://avatars.discourse-cdn.com/v4/letter/d/73ab20/32.png) [@dbo](https://meta.discourse.org/u/dbo)
#### Post date: [May 15, 2015, 3:14pm UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868/1 "2015-05-15T15:14:09Z")

</div>

I just setup Discourse using the guide on the GitHub repo for setting up on Digital Ocean, and it seems that everything is working well after having some trouble with the email config and not knowing that I had to rebuild the container to get email working.

I looked around and didn’t see these questions answered specifically, so my apologies if this is a duplicate:

1. I configured the email using my shared hosting provider and it seems to work fine. However, the email as configured also automatically includes a mailbox. Does Discourse need to have POP3 access or is SMTP by itself fine? I don’t know what I’m supposed to do here or what makes sense. What does Discourse need?

2. If I’m using my shared hosting SMTP, do I still need to mess around with SPF or DKIM? I don’t know and the only articles I found have to do with Mandrill which I’m not using.

Thanks!

---

<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: [May 16, 2015, 2:21am UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868/2 "2015-05-16T02:21:09Z")

</div>

Send a test email via admin, email to [http://www.mail-tester.com](http://www.mail-tester.com) via the address there. Look at the results closely and also read the copy of the Mail test closely too.

---

<div class="post-metadata">

### Author: ![dbo](https://avatars.discourse-cdn.com/v4/letter/d/73ab20/32.png) [@dbo](https://meta.discourse.org/u/dbo)
#### Post date: [May 19, 2015, 4:05pm UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868/3 "2015-05-19T16:05:38Z")

</div>

Thanks, I tried that and the score is not bad. For anyone else wondering where to find this, it’s at /admin/email.

I’m still unsure about this: Does Discourse also need POP3 access for some features or is SMTP by itself fine? Can I reuse the same email account for both?

---

<div class="post-metadata">

### Author: ![navjotjsingh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/navjotjsingh/32/116130_2.png) [@navjotjsingh](https://meta.discourse.org/u/navjotjsingh)
#### Post date: [May 19, 2015, 5:09pm UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868/4 "2015-05-19T17:09:25Z")

</div>

If you want your users to reply to the posts via mail, then you would need POP3 access as well. Otherwise SMTP is just fine.

And yes, I guess you can use same email id for both purposes.

---

<div class="post-metadata">

### Author: ![dbo](https://avatars.discourse-cdn.com/v4/letter/d/73ab20/32.png) [@dbo](https://meta.discourse.org/u/dbo)
#### Post date: [May 19, 2015, 6:28pm UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868/5 "2015-05-19T18:28:12Z")

</div>

Thank you, that helps out!

---

<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: [May 20, 2015, 1:29am UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868/6 "2015-05-20T01:29:47Z")

</div>

No you absolutely cannot use the same email for both. This can lead to nasty endless email cycles and we explicitly block this because it has been a problem.

---

<div class="post-metadata">

### Author: ![dbo](https://avatars.discourse-cdn.com/v4/letter/d/73ab20/32.png) [@dbo](https://meta.discourse.org/u/dbo)
#### Post date: [May 20, 2015, 6:33pm UTC](https://meta.discourse.org/t/question-about-configuring-email-on-shared-hosting/28868/7 "2015-05-20T18:33:49Z")

</div>

I see, thanks for clarifying!
