Hello All I want to query how to configure and integrate Amazon SES with discourse to use it for sending emails from an verified Amazon SES email.
This is pretty easy to setup, in your app.yml:
## TODO: The mailserver this Discourse instance will use
DISCOURSE_SMTP_ADDRESS: email-smtp.us-east-1.amazonaws.com
DISCOURSE_SMTP_PORT: 587
DISCOURSE_SMTP_USER_NAME: CREDIENTIALS
DISCOURSE_SMTP_PASSWORD: CREDIENTIALSPW
DISCOURSE_SMTP_ENABLE_START_TLS: true
Worked straight out of the box for me.
Edit:
To apply these changes you will need to run: ./launcher rebuild app
对于想知道如何设置自定义邮件标题的用户,方法如下。
-
前往您的
设置面板 > > 邮件,或使用以下链接:
https://forums.example.com/admin/site_settings/category/email,请将域名替换为您自己的域名。 -
搜索
email custom headers,然后设置您自己的内容。就这么简单!