Skip to content

OpenConceptConsulting/mhsendmail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mhsendmail

A sendmail replacement which forwards mail to an SMTP server.

> go get github.com/mailhog/mhsendmail

> mhsendmail [email protected] <<EOF
From: App <[email protected]>
To: Test <[email protected]>
Subject: Test message

Some content!
EOF

You can also set the from address (for SMTP MAIL FROM):

./mhsendmail -from "[email protected]" [email protected] ...

Or pass in multiple recipients:

Or override the destination SMTP server:

./mhsendmail -smtp-addr "localhost:1026" [email protected] ...

Licence

Copyright ©‎ 2015, Ian Kent (http://iankent.uk)

Released under MIT license, see LICENSE for details.

Packages

No packages published

Languages

  • Go 87.4%
  • Makefile 12.6%