Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var _, Log = xlog.New("sendemail")
Functions ¶
Types ¶
type Email ¶
type Email struct { From string To []string Headers mail.Header Body string OpenPGPEncryptTo []string // If Body is "", a message is assembled as follows: // // TextBody not set TextBody set // HTMLBody not set Empty message Non-MIME text message // HTMLBody set MIME HTML-only MIME HTML & text message // HTMLBody string TextBody string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.