Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Emailer ¶
type Emailer struct {
// contains filtered or unexported fields
}
func (*Emailer) SendCustom ¶
SendCustom function will not fill out the to/subject email headers for you and allow you to send a completely custom message in the form of bytes.
func (*Emailer) SendSimple ¶
SendSimple function will fill out the to/subject email headers for you and allow you to just input a string as the email body.
Click to show internal directories.
Click to hide internal directories.