Click or drag to resize
BizFormMailSender Class
Represents default implementation for sending on-line form notification and autoresponder emails.
Inheritance Hierarchy
SystemObject
  CMS.OnlineFormsBizFormMailSender

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 12.0.0
Syntax
C#
public class BizFormMailSender : IBizFormMailSender

The BizFormMailSender type exposes the following members.

Constructors
  NameDescription
Public methodBizFormMailSender
Initiates the mail sender service with required data.
Top
Properties
  NameDescription
Protected propertyEncodeEmails
Indicates if email content should be encoded.
Protected propertyFormConfiguration
Configuration of the form.
Protected propertyFormData
Data collected from the form.
Protected propertyFormDefinition
Form structure definition.
Protected propertyUploads
Names of file input fields where some files were recently uploaded.
Top
Methods
  NameDescription
Public methodSendConfirmationEmail
Sends confirmation email (autoresponder) based on on-line form configuration and collected data.
Public methodSendNotificationEmail
Sends notification email to specified person based on on-line form configuration and collected data.
Top
See Also