Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTPSender ¶
type SMTPSender struct {
// contains filtered or unexported fields
}
func NewSMTPSender ¶
func NewSMTPSender(cfg Config) *SMTPSender
func (*SMTPSender) SendMail ¶
func (s *SMTPSender) SendMail(recipientAddress, subject, body string) error
Click to show internal directories.
Click to hide internal directories.