Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmailMessage ¶
type EmailOptions ¶
type EmailSender ¶
type EmailSender interface {
Send(msg *EmailMessage) error
}
type GoMailSender ¶
type GoMailSender struct {
// contains filtered or unexported fields
}
func NewGoMailSender ¶
func NewGoMailSender(opts *EmailOptions) *GoMailSender
func (*GoMailSender) Send ¶
func (gs *GoMailSender) Send(msg *EmailMessage) error
Click to show internal directories.
Click to hide internal directories.