TestMailQueue

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addMessage
void addMessage(MailMessage message)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

messages
MailMessage[] messages;
Undocumented in source.

Inherited Members

From MailQueue

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.

Meta