MailQueue

Undocumented in source.

Constructors

this
this(EmailConfiguration settings)
Undocumented in source.

Members

Functions

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.
addMessage
void addMessage(Message message)
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.
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.
replaceVariables
string replaceVariables(const(string) text, string[string] variables)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

messages
Message[] messages;
Undocumented in source.
settings
EmailConfiguration settings;
Undocumented in source.

Inherited Members

From IMailQueue

addMessage
void addMessage(Message )
Undocumented in source.
addActivationMessage
void addActivationMessage(string email, Token token, string[string] variables)
Undocumented in source.
addResetPasswordMessage
void addResetPasswordMessage(string email, Token token, string[string] variables)
Undocumented in source.
addResetPasswordConfirmationMessage
void addResetPasswordConfirmationMessage(string email, string[string] variables)
Undocumented in source.

Meta