Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmtpMailer ¶
type SmtpMailer struct {
}
func New ¶
func New() *SmtpMailer
func (*SmtpMailer) SendLyricsApprovedEmail ¶
func (s *SmtpMailer) SendLyricsApprovedEmail(lyrics models.Lyrics, email string) error
func (*SmtpMailer) SendLyricsRejectedEmail ¶
func (s *SmtpMailer) SendLyricsRejectedEmail(reason, email string) error
func (*SmtpMailer) SendVerificationEmail ¶
func (s *SmtpMailer) SendVerificationEmail(token, email string) error
Click to show internal directories.
Click to hide internal directories.