Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 252 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 252 Bytes

Email sender with Mailjet listening a RabbitMQ queue

The following environment variables are mandatory:

  • MAILJET_API_KEY
  • MAILJET_API_SECRET

The following are optional:

  • RABBIT_HOST (default to localhost)
  • RABBIT_PORT (default to 5672)