Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
Attachment for email attachment
type Message ¶
type Message struct { From mail.Address To []mail.Address Cc []mail.Address Bcc []mail.Address ReplyTo mail.Address Subject string Body string MimeType string Attachments map[string]*Attachment }
Message SMTP Message
func (*Message) BuildMessage ¶
BuildMessage returns byte ready email file
type SMTPServer ¶
SMTPServer host setup
func (*SMTPServer) ServerName ¶
func (s *SMTPServer) ServerName() string
ServerName return host port combo
Click to show internal directories.
Click to hide internal directories.