Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoMailSender ¶
GoMailSender GoMailSender
func (*GoMailSender) SendMail ¶
func (m *GoMailSender) SendMail(mailer *Mailer) bool
SendMail SendMail
type MockPlainSender ¶
type MockPlainSender struct {
User string
Password string
MailHost string
Port string
MockSuccess bool
}
MockPlainSender MockPlainSender
func (*MockPlainSender) SendMail ¶
func (m *MockPlainSender) SendMail(mailer *Mailer) bool
SendMail SendMail
type MockSecureSender ¶
type MockSecureSender struct {
User string
Password string
MailHost string
Port string
MockSuccess bool
}
MockSecureSender SecureSender
func (*MockSecureSender) SendMail ¶
func (m *MockSecureSender) SendMail(mailer *Mailer) bool
SendMail SendMail
type Office365Sender ¶
Office365Sender Office365Sender
func (*Office365Sender) SendMail ¶
func (m *Office365Sender) SendMail(mailer *Mailer) bool
SendMail SendMail
type PlainSender ¶
PlainSender PlainSender
func (*PlainSender) SendMail ¶
func (m *PlainSender) SendMail(mailer *Mailer) bool
SendMail SendMail
type SecureSender ¶
SecureSender SecureSender
func (*SecureSender) SendMail ¶
func (m *SecureSender) SendMail(mailer *Mailer) bool
SendMail SendMail
Click to show internal directories.
Click to hide internal directories.