- messages
Message[] messages;
Undocumented in source.
- settings
EmailConfiguration settings;
Undocumented in source.
- addMessage
void addMessage(Message message)
Undocumented in source. Be warned that the author may not have intended to support it.
- addResetPasswordMessage
void addResetPasswordMessage(string email, Token token, string[string] variables)
Undocumented in source. Be warned that the author may not have intended to support it.
- addActivationMessage
void addActivationMessage(string email, Token token, string[string] variables)
Undocumented in source. Be warned that the author may not have intended to support it.
- addResetPasswordConfirmationMessage
void addResetPasswordConfirmationMessage(string email, string[string] variables)
Undocumented in source. Be warned that the author may not have intended to support it.
- replaceVariables
string replaceVariables(const(string) text, string[string] variables)
Undocumented in source. Be warned that the author may not have intended to support it.