Send(string to, string subject, string body) | MarekMailSystem2.EmailSender | |
Send(string from, string to, string subject, string body) | MarekMailSystem2.EmailSender | |
Send(Email email) | MarekMailSystem2.EmailSender | [pure virtual] |
SendTemplate(string to, string subject, string body, Dictionary< string, string > context) | MarekMailSystem2.EmailSender | |
SendTemplate(string from, string to, string subject, string body, Dictionary< string, string > context) | MarekMailSystem2.EmailSender | |
SendTemplate(Email template, Dictionary< string, string > context) | MarekMailSystem2.EmailSender | |