type
Email
type Email struct {
To string
CC string
BCC string
From string
ReplyTo string
Subject string
HTML string
}One fully formatted outbound email with validated headers.
Source plugins/formbuilder/email.go:27
Tostring- The To value.
CCstring- The CC value.
BCCstring- The BCC value.
Fromstring- The From value.
ReplyTostring- The ReplyTo value.
Subjectstring- The Subject value.
HTMLstring- The HTML value.