EmailProvider ClassKentico 8.0 API Reference
Extensible provider for basic e-mail capabilities that is used internally in the e-mail engine.
Inheritance Hierarchy

OnlineSystem Object
  CMS.Base AbstractBaseProvider EmailProvider 
    CMS.EmailEngine EmailProvider

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Remarks

This provider does not offer any methods that can be called directly. To send e-mails using API, use methods from EmailSender class. Asynchronous send methods of this provider cannot be called from the main UI thread.
See Also