vibe-auth ~master (2021-04-03T14:11:14Z)
Dub
Repo
MailTemplate
vibeauth
mail
base
Undocumented in source.
struct
MailTemplate {
string
subject
;
string
text
;
string
html
;
}
Members
Variables
html
string
html
;
Undocumented in source.
subject
string
subject
;
Undocumented in source.
text
string
text
;
Undocumented in source.
Meta
Source
See Implementation
vibeauth
mail
base
classes
MailQueue
MailQueueMock
TestSMTPConfig
interfaces
IMailQueue
IMailSender
ISMTPConfig
structs
EmailConfiguration
MailTemplate
Message