Click or drag to resize
IConfirmationSender Interface
Class for sending newsletter issues confirmation.

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

The IConfirmationSender type exposes the following members.

Methods
  NameDescription
Public methodSendConfirmationEmail
Sends e-mail to confirm subscription/unsubscription of subscriber to newsletter.
Public methodSendDoubleOptInEmail
Sends double opt-in e-mail to confirm subscription.
Public methodSendUnsubscriptionConfirmation
Sends unsubscription confirmation e-mail.
Top
See Also