Click or drag to resize
EmailHelperSettings Class
Contains settings retrieval methods.
Inheritance Hierarchy
SystemObject
  CMS.EmailEngineEmailHelperSettings

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 10.0.0
Syntax
C#
public static class Settings

The EmailHelperSettings type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArchiveEmails
Gets the number of days the e-mails should be kept in archive for the specified site.
Public methodStatic memberBatchSize
Gets the number of e-mails to fetch in one batch.
Public methodStatic memberEmailEncoding
Gets the e-mail encoding to use for the specified site.
Public methodStatic memberEmailFormat
Gets the e-mail format for the specified site.
Public methodStatic memberEmailQueueEnabled
Gets whether e-mail queue is enabled for the specified site.
Public methodStatic memberEmailsEnabled
Gets whether e-mail sending is enabled for the specified site.
Public methodStatic memberErrorNotificationAddress
Gets the e-mail address where the error notifications are sent.
Public methodStatic memberNoReplyAddress
Gets the e-mail address for automated e-mail messages that should be user as a sender.
Public methodStatic memberNotificationsSenderAddress
Gets the e-mail address for error notifications that should be used as a sender for given site. If siteName is null global e-mail address is used.
Public methodStatic memberServerName
Gets the name of the default SMTP server for the specified site.
Public methodStatic memberServerPassword
Gets the password for the default SMTP server for the specified site in either plain text or encrypted form.
Public methodStatic memberServerUserName
Gets the user name for the default SMTP server for the specified site.
Public methodStatic memberServerUseSSL
Gets whether connection to the default SMTP server should use SSL for the specified site.
Top
See Also