Documentation
¶
Index ¶
Constants ¶
View Source
const ( TEMPLATE_DIR_NAME = "template" SUBSCRIPTION_TEMPLATE_FILENAME = "subscription.html" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmtpUsecase ¶
type SmtpUsecase struct {
// contains filtered or unexported fields
}
func NewSmtpUsecase ¶
func NewSmtpUsecase(conf config.Config) SmtpUsecase
func (SmtpUsecase) SendSubscriptionMail ¶
func (su SmtpUsecase) SendSubscriptionMail(name, email, token string) bool
Click to show internal directories.
Click to hide internal directories.