This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version2.ISendEmail>()
and is defined in Telligent.Evolution.Platform.dll
Events
BeforeSend
An event that fires prior to an email message being sent
Handler
void EmailBeforeSendEventHandler(EmailBeforeSendEventArgs args);
Methods
Task<SendEmailResponse> SendAsync(SendEmailOptions options, CancellationToken cancellationToken = null);
Instructs the platform to send an email with the given options
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
options | SendEmailOptions | Options | Required | ||
cancellationToken | CancellationToken | Cancellation Token | Optional |
Return Type
Task<SendEmailResponse>