Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Subject line for the email Subject = "Confirm your email" // CharSet is the character encoding for the email CharSet = "UTF-8" // TextBody is a plain text copy of HTMLBody TextBody = `` /* 314-byte string literal not displayed */ )
View Source
const ( // HTMLBody is a template of the email used for // confirmation of the subscription emails HTMLBody = `` /* 10558-byte string literal not displayed */ )
Variables ¶
View Source
var ( HtmlTemplate *template.Template TextTemplate *template.Template )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.