Documentation
¶
Index ¶
- type Client
- type Email
- type Helper
- type Option
- func EmailAttachments(attachments []*email.Attachment) Option
- func EmailFrom(from string) Option
- func EmailHTML(html []byte) Option
- func EmailSubject(subject string) Option
- func EmailTo(to []string) Option
- func RetryMaxWaitTime(t time.Duration) Option
- func RetryWaitTime(t time.Duration) Option
- func SenderHost(host string) Option
- func SenderPassword(password string) Option
- func SenderPort(port string) Option
- func SenderUsername(username string) Option
- type Options
- type Retry
- type Sender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Options)
func EmailAttachments ¶
func EmailAttachments(attachments []*email.Attachment) Option
func EmailSubject ¶
func RetryMaxWaitTime ¶
func RetryWaitTime ¶
func SenderHost ¶
func SenderPassword ¶
func SenderPort ¶
func SenderUsername ¶
Click to show internal directories.
Click to hide internal directories.