EmailProvider ClassKentico 8.1 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.1.5347.20411)
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