An OMG service for Mandrill, is a powerful delivery service that can be used for personalized, one-to-one e-commerce emails, and automated transactional emails like password resets, order confirmations, and welcome messages.
- omg validate
omg validate
- omg build
omg build
- Test the service by following OMG commands
$ omg run send -a from=<SENDER_MAIL_ADDRESS> -a to=<RECEIVER_EMAIL_ADDRESS> -a message=<EMAIL_MESSAGE_BODY> -a template_name=<TEMPLATE_NAME> -a subject=<EMAIL_SUBJECT> -e API_KEY=<API_KEY>
docker build -t microservice-mandrill .
docker run -p 3000:3000 microservice-mandrill