EmailProvider Class |
Namespace: CMS.EmailEngine
public class EmailProvider : AbstractBaseProvider<EmailProvider>
The EmailProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | EmailProvider |
Name | Description | |
---|---|---|
![]() | OnSendCompleted |
Raises the SendCompleted event after the send is completed.
|
![]() | SendEmailAsyncInternal |
Internal method that asynchronously sends an e-mail through the SMTP server.
|
![]() | SendEmailInternal |
Internal method that sends an e-mail through the SMTP server.
|
![]() | SetAsDefaultProvider |
Sets this object as the default provider
(Inherited from AbstractBaseProviderProviderType.) |
Name | Description | |
---|---|---|
![]() ![]() | SendCompleted |
Occurs when the send operation finishes.
|