package email
import "github.com/labstack/gommon/email"
Index ¶
Types ¶
type Email ¶
type Email struct { Auth smtp.Auth Header map[string]string Template *template.Template // contains filtered or unexported fields }
func New ¶
func (*Email) Send ¶
type File ¶
type Message ¶
type Message struct { ID string `json:"id"` From string `json:"from"` To string `json:"to"` CC string `json:"cc"` Subject string `json:"subject"` BodyText string `json:"body_text"` BodyHTML string `json:"body_html"` Inlines []*File `json:"inlines"` Attachments []*File `json:"attachments"` // contains filtered or unexported fields }
Source Files ¶
- Version
- v0.2.9
- Published
- Jun 4, 2019
- Platform
- darwin/amd64
- Imports
- 8 packages
- Last checked
- 3 seconds ago –
Tools for package owners.