# כתובת דוא"ל של השולח המותאמת אישית ו-SMTP

**URL:** https://meta.discourse.org/t/custom-sender-email-address-and-smtp/206412
**Category:** Self-hosting
**Created:** [19 באוקטובר,‏ 2021,‏ 6:12am UTC](https://meta.discourse.org/t/custom-sender-email-address-and-smtp/206412 "2021-10-19T06:12:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Heloise\_Andrade](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heloise_andrade/32/227181_2.png) [@Heloise\_Andrade](https://meta.discourse.org/u/Heloise_Andrade)
#### Post date: [19 באוקטובר,‏ 2021,‏ 6:12am UTC](https://meta.discourse.org/t/custom-sender-email-address-and-smtp/206412/1 "2021-10-19T06:12:34Z")

</div>

Hi,

How can I get the invite emails and other related emails to go out from a different email address than the one that has been set up by default?  
Also is there a way we could use AWS SES to send out the emails instead?

---

<div class="post-metadata">

### Author: ![Simsnet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simsnet/32/72855_2.png) [@Simsnet](https://meta.discourse.org/u/Simsnet)
#### Post date: [19 באוקטובר,‏ 2021,‏ 6:22am UTC](https://meta.discourse.org/t/custom-sender-email-address-and-smtp/206412/2 "2021-10-19T06:22:13Z")

</div>

# Change SMTP Settings:

For purchased Discourse, contact their support. If you have access to your `app.yml` and can change SMTP settings, you should be fine. I’ve never purchased hosting from Discourse so I don’t know how container settings are configured.

For a self-hosted Discourse, you need to edit your `app.yml` with your SMTP settings, then rebuild your container (`./launcher rebuild app`).

# Amazon SES:

You will need to create SMTP credentials for your account, add them to your `app.yml`, and thoroughly test to ensure emails are being sent, bounces and rejects are being logged, etc. Initially, you will run in sandbox mode, which only works with verified domains (domains you can add DKIM records to).

Once you’re all set up and ready to go, file a request to go into Production mode, where full privileges are allowed and your email limit is raised.
