Registry / utility / matcornic-hermes-v2

matcornic-hermes-v2

JSON →
library2.1.0gogounverified

Package hermes generates clean, responsive HTML emails for Go applications.

go get github.com/matcornic/hermes/v2
INSTALL
IMPORT
SIG · MATCORNIC-HERMES-V
M
matcornic-hermes-v2
utilitygov2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hermes
github.com/matcornic/hermes/v2

Generate an HTML email using Hermes.

import "github.com/matcornic/hermes/v2" func main() { h := hermes.Hermes{ Product: hermes.Product{Name: "MyApp"}, } email := hermes.Email{ Body: hermes.Body{ Name: "User", Intros: []string{"Welcome!"}, }, } html, _ := h.GenerateHTML(email) _ = html }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
matcornic-hermes-v2 — go get matcornic-hermes-v2 · libregistry