Skip to content

iver/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HERMES

Travis Widget Report Card GoDoc

About project technology

  • TODO: More info here

WorkInProgress

This project is under construction and could be not work correctly right now. If you wish to test it you can:

  • Clone it

    $ mkdir -p $GOPATH/src/github.com/iver/
    $ git clone http://github.com/iver/hermes $GOPATH/src/github.com/iver/hermes
    $ cd $GOPATH/src/github.com/iver/hermes
    
  • Set environment variables

    export MANDRILL_KEY="YOUR-MANDRILL-APIKEY"
    export SENDGRID_API_KEY="YOUR-SENDGRID-APIKEY"
    export MG_API_KEY="YOUR-MAILGUN-PRIVATE-APIKEY"
    export MG_PUBLIC_API_KEY="YOUR MAILGUN-PUBLIC-APIKEY"
    export MG_DOMAIN="YOUR-MAILGUN-DOMAIN"
    
    export SENDGRID_USER="someuser@email.com"
    export MG_EMAIL_TO="someuser@email.com"
    export MANDRILL_USER="someuser@email.com"
    
  • Compile it

    $ make build
    
  • Run it

    $ cd bin/
    $ ./hermes
    

Content

Why hermes

Howto install

  • TODO: Add descriptions and steps

Project organization

TODO: Add description


Copyright and license


Copyright (c) 2014-2016 Iván Jaimes. See LICENSE for details.

About

An email delivery library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published