Click or drag to resize
IBizFormMailSender Interface
Interface providing methods for sending on-line form notification and autoresponder emails.

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

The IBizFormMailSender type exposes the following members.

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