Sends an e-mail based on the template text and dynamically merged values.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- siteName
- Type: System String
Site name
- message
- Type: CMS.EmailEngine EmailMessage
EmailMessage object without body
- template
- Type: CMS.EmailEngine EmailTemplateInfo
Template that will be used for e-mail body (plain) text and/or subject
- resolver
- Type: CMS.MacroEngine MacroResolver
Macro resolver which will be used to resolve the e-mail body (plain) text and subject
- sendImmediately
- Type: System Boolean
Send e-mail directly
See Also