Documentation
¶
Index ¶
Constants ¶
View Source
const ( ConfirmAccount = iota ResetPassword EmailUpdate )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailAttachement ¶ added in v0.9.0
func (EmailAttachement) Base64Data ¶ added in v0.9.0
func (ea EmailAttachement) Base64Data() string
func (EmailAttachement) MimeType ¶ added in v0.9.0
func (ea EmailAttachement) MimeType() string
func (EmailAttachement) Name ¶ added in v0.9.0
func (ea EmailAttachement) Name() string
type EmailRequest ¶
type EmailRequest struct {
From string
Subject string
InlineImgs []EmailAttachement
// contains filtered or unexported fields
}
EmailRequest struct
type EmailTemplate ¶
type EmailTemplate int
type Service ¶
type Service struct {
EmailRequestTemplate map[EmailTemplate]EmailRequest
}
Click to show internal directories.
Click to hide internal directories.