Skip to content

emgenio/email-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email-forwarder

A microservice consumer written in go to forward incoming messages from a Rabbit MQ message queue.

How it works

Email-forwarder instanciates a Rabbit MQ queue specified in a config yaml file, consume all messages that have been push into the queue and finally forward them to their destination via Mandrill (an email delivery api from Mailchimp).

How to install

  1. Get the package: go get github.com/emgenio/email-forwarder
  2. Run: email-forwarder

Usage

email-forwarder -h
Usage of email-forwarder:
  -config="./config.yaml": path to the configuration file.

Licence

MIT

About

A microservice written in go forwarding incoming messages from a Rabbit MQ message queue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages