package
0.0.0-20200917143433-b1b50a11e74b
Repository: https://github.com/al-un/alun-api.git
Documentation: pkg.go.dev

# Functions

NewEmailHTMLMessage generate a HTML EmailMessage from a template path.
NewEmailTextMessage generate a basic text EmailMessage.

# Structs

EmailConfiguration configures an email sender account.
EmailMessage harmonises email message format which will be sent by an EmailConfiguration Jan-2020: Multipart emails are not supported.

# Interfaces

EmailSender qualifies an entity which is capable to send an `EmailMessage` A given email sender does not have to cover all email format (HTML, text).