DEV: Include details for Mailjet SMTP configs (#22613)
Added requisite SMTP parameters to be retrieved from the Mailjet Account page
This commit is contained in:
parent
ef21450be7
commit
bfad5607bd
|
@ -26,7 +26,11 @@ We recommend creating an [API Key][sg2] instead of using your SendGrid username
|
|||
|
||||
#### [Mailjet][jet] — 6k emails/month (200 max/day)
|
||||
|
||||
Go to [My Account page](https://app.mailjet.com/account) and click on the ["SMTP and SEND API Settings"](https://app.mailjet.com/account/relay) link.
|
||||
Go to [My Account page](https://app.mailjet.com/account) and click on the ["SMTP and SEND API Settings"](https://app.mailjet.com/account/relay) link to generate a secret key and get the SMTP server address.
|
||||
|
||||
SMTP server address? [Mailjet SMTP server address]
|
||||
SMTP username? [Mailjet API key]
|
||||
SMTP password? [Mailjet secret key]
|
||||
|
||||
#### [Elastic Email][ee]
|
||||
|
||||
|
|
Loading…
Reference in New Issue