Nucleus .Net Core CMS

Mail.IMailClient Interface

Namespace: Nucleus.Abstractions.Mail
Assembly: Nucleus.Abstractions.dll
Allows Nucleus core and extensions to sent email using SMTP.

Remarks

Use Create to create an instance of this class.

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.
Type Parameters
TModel
Parameters
Name Type
template Nucleus.Abstractions.Models.Mail.MailTemplate
model <TModel>
to String