Mail.IMailClient Interface
Namespace: Nucleus.Abstractions.Mail
Assembly: Nucleus.Abstractions.dll
Allows Nucleus core and extensions to sent email using SMTP.
Methods
Send<TModel>
(MailTemplate,<TModel>,String) Method
Send<TModel> (MailTemplate template, <TModel> model, String to)
Parse the specified template, and send the resulting email to the specified to address.