Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.SendEmail.ISendEmail Interface

Any class implementing this interface acts as a SendEmail provider, replacing the built-in email sending support.

Namespace: YetaWF.Core.SendEmail
Assembly: YetaWF.Core

Syntax

public interface ISendEmail;

Methods

PublicAddBcc(not specified)
PublicGetEmailFileAsync(not specified)
PublicGetSendingEmailAddressAsyncReturns the sending email address. Only valid after the email has been sent.
PublicPrepareEmailMessageAsync(not specified)
PublicSendAsync(not specified)

Remarks

There can only be on SendEmail provider.

See Also YetaWF.Core Overview