mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 20:12:45 +08:00
we don't need to specify default email port...
This commit is contained in:
parent
56adc01081
commit
72761ab938
|
@ -10,7 +10,6 @@ Use these values when you [edit your Discourse `app.yml` configuration file](htt
|
|||
|
||||
```yml
|
||||
DISCOURSE_SMTP_ADDRESS: smtp.sparkpostmail.com
|
||||
DISCOURSE_SMTP_PORT: 587
|
||||
DISCOURSE_SMTP_USER_NAME: SMTP_Injection
|
||||
DISCOURSE_SMTP_PASSWORD: [Any API key with Send via SMTP permission]
|
||||
```
|
||||
|
@ -25,7 +24,6 @@ If not using **the exact** domain you verified (e.g. you're using a subdomain of
|
|||
|
||||
```yml
|
||||
DISCOURSE_SMTP_ADDRESS: smtp.sendgrid.net
|
||||
DISCOURSE_SMTP_PORT: 587
|
||||
DISCOURSE_SMTP_USER_NAME: apikey
|
||||
DISCOURSE_SMTP_PASSWORD: [SendGrid API Key]
|
||||
```
|
||||
|
@ -36,7 +34,6 @@ We recommend creating an [API Key][sg2] instead of using your SendGrid username
|
|||
|
||||
```yml
|
||||
DISCOURSE_SMTP_ADDRESS: smtp.mailgun.org
|
||||
DISCOURSE_SMTP_PORT: 587
|
||||
DISCOURSE_SMTP_USER_NAME: [SMTP credentials for your domain under Mailgun domains tab]
|
||||
DISCOURSE_SMTP_PASSWORD: [SMTP credentials for your domain under Mailgun domains tab]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user