hermes

Golang package that generates clean, responsive HTML e-mails for sending transactional mail

APACHE-2.0 License

Stars
2.8K
Committers
15
hermes - v2.1.0 - Compatibility improvements and InviteCode action Latest Release

Published by matcornic over 4 years ago

  • Improve compatibility with Outlook by using VML buttons instead of pure HTML #61
  • Inline CSS automatically #61
  • Add InviteCode action #62
hermes - Fix blackfriday dependency

Published by matcornic over 5 years ago

#47 Fix blackfriday dependency

hermes - v2.0.1 - use /v2 suffix in hermes module

Published by matcornic almost 6 years ago

hermes - v.2.0.0 Support of go modules

Published by matcornic about 6 years ago

Go 1.11 introduced the concept of go modules to replace GOPATH. This is considered as breaking change because it changes the way hermes imports dependencies (no more dep)

This version is functionally the same than v1.2.0, but work only for Go 1.11 with module support enabled.

hermes - v1.2.0 - fix pbm in gmail webui

Published by matcornic about 6 years ago

#42 : Add "TextColor" options to fix problem in new Gmail WebUI

hermes - v1.1.1 - Fix explicit version of blackfriday v2 for compatibilty purpose

Published by matcornic over 6 years ago

  • feat: explicite use of blackfriday v2 for compatibilty purpose
  • fix: English spelling of "Alignment"

edit: rename branch from 1.1.1 to v1.1.1

hermes - v1.1.0 - Update dependencies

Published by matcornic almost 7 years ago

Latest version of dependencies are used, handling of breaking changes (update Blackfriday from v1 to v2).

hermes - v1.0.1 - Use dependency management tool

Published by matcornic about 7 years ago

Using go dep, hermes now set dependency versions

hermes - Very first version

Published by matcornic over 7 years ago