Table of Contents

Class BouncedEmailsOptions

Namespace
CMS.EmailMarketing
Assembly
CMS.EmailMarketing.dll

Configuration of the bounced emails checker.

public sealed class BouncedEmailsOptions
Inheritance
object
BouncedEmailsOptions
Extension Methods

Properties

ForcedEmailSenderAddress

Overrides the sender address for emails. Set the value to the email address where you want to collect and monitor bounced emails (matching the UserName of the specified POP3 server). Only use this property if you cannot otherwise specify the 'Return-Path' header for your SMTP server. Setting this property overrides the sending domain of email channels and prevents marketers from configuring the sender address for emails in the administration UI.

public string ForcedEmailSenderAddress { get; set; }

Property Value

string

Server

Gets or sets the configuration of the server used to download emails.

public Pop3Server Server { get; set; }

Property Value

Pop3Server