Added Elastic Email
This commit is contained in:
parent
42de1cc977
commit
36ce69c2dd
|
@ -14,6 +14,13 @@ Enter these values when prompted by `./discourse-setup` per the [install guide](
|
|||
SMTP user name? SMTP_Injection
|
||||
SMTP password? [Any API key with Send via SMTP permission]
|
||||
|
||||
#### [Elastic Email][ee] — 150k emails/month
|
||||
|
||||
SMTP server address? smtp.elasticemail.com
|
||||
SMTP user name? [Your registered email address]
|
||||
SMTP password? [Elastic Email API Key]
|
||||
SMTP port? 2525
|
||||
|
||||
#### [SendGrid][sg] — 40k emails on a 30 day trial
|
||||
|
||||
SMTP server address? smtp.sendgrid.net
|
||||
|
@ -33,6 +40,7 @@ We recommend creating an [API Key][sg2] instead of using your SendGrid username
|
|||
Go to [My Account page](https://www.mailjet.com/account) and click on the ["SMTP and SEND API Settings"](https://www.mailjet.com/account/setup) link.
|
||||
|
||||
[sp]: https://www.sparkpost.com/
|
||||
[ee]: https://elasticemail.com
|
||||
[jet]: https://www.mailjet.com/pricing
|
||||
[gun]: http://www.mailgun.com/
|
||||
[sg]: https://sendgrid.com/
|
||||
|
|
Loading…
Reference in New Issue