Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingSettings = errors.New("the mailer settings are nil or incomplete") ErrNoRecipient = errors.New("no recipient was supplied") )
Functions ¶
Types ¶
type EmailSubject ¶
type EmailSubject string
EmailSubject defines different types of email messages
const ( SubjAccountCreated EmailSubject = "Tiny Build Server: Your account was created" SubjAccountLocked EmailSubject = "Tiny Build Server: Your account has been locked" SubjConfirmRegistration EmailSubject = "Tiny Build Server: Please confirm your registration" SubjRequestNewPassword EmailSubject = "Tiny Build Server: Instructions on how to reset your password" SubjRegistrationConfirmed EmailSubject = "Tiny Build Server: Your registration was successfully confirmed" SubjConfirmPasswordReset EmailSubject = "Tiny Build Server: Your password has been reset" SubjNewDeployment EmailSubject = "Tiny Build Server: New email deployment" )
Click to show internal directories.
Click to hide internal directories.