From bfad5607bd6a949c2d53634d2cae64bd5f9ead3c Mon Sep 17 00:00:00 2001 From: mwaniki-wairungu <137784966+mwaniki-wairungu@users.noreply.github.com> Date: Fri, 14 Jul 2023 10:12:16 +0300 Subject: [PATCH] DEV: Include details for Mailjet SMTP configs (#22613) Added requisite SMTP parameters to be retrieved from the Mailjet Account page --- docs/INSTALL-email.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL-email.md b/docs/INSTALL-email.md index b0eb0e70fe7..67902906163 100644 --- a/docs/INSTALL-email.md +++ b/docs/INSTALL-email.md @@ -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]