Mailing API is used to send emails through a mail provider such as MailJet.
- Obtain a MailJet API key and secret: https://app.mailjet.com/account/apikeys
- Copy
.env.sample
to.env
and update the values as needed - Start the service:
docker-compose up --build
Name | Description |
---|---|
MAILJET_API_KEY | API key obtained from MailJet. |
MAILJET_API_SECRET | API secret obtained from MailJet. |
MAIL_FROM_ADDRESS | MailJet mail sender address. |
npm test
npm run test:cov