Skip to content

ht68rohit/mandrill

Repository files navigation

Mandrill as a microservice

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.

Open Microservice Guide Build Status codecov

OMG CLI

OMG

  • omg validate
omg validate
  • omg build
omg build

Test Service

  • Test the service by following OMG commands

CLI

Send Email
$ 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>

License

Docker

Build

docker build -t microservice-mandrill .

RUN

docker run -p 3000:3000 microservice-mandrill

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published