Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailConfig ¶
type MailSender ¶
type MailSender struct {
MailConfig
}
func NewMailSender ¶
func NewMailSender(config *MailConfig) *MailSender
func (*MailSender) SendEmail ¶
func (s *MailSender) SendEmail(to, subject, message string) error
Click to show internal directories.
Click to hide internal directories.