EmailHelperSettings Class |
Namespace: CMS.EmailEngine
public static class Settings
The EmailHelperSettings type exposes the following members.
Name | Description | |
---|---|---|
ArchiveEmails |
Gets the number of days the e-mails should be kept in archive for the specified site.
| |
BatchSize |
Gets the number of e-mails to fetch in one batch.
| |
EmailEncoding |
Gets the e-mail encoding to use for the specified site.
| |
EmailFormat |
Gets the e-mail format for the specified site.
| |
EmailQueueEnabled |
Gets whether e-mail queue is enabled for the specified site.
| |
EmailsEnabled |
Gets whether e-mail sending is enabled for the specified site.
| |
ErrorNotificationAddress |
Gets the e-mail address where the error notifications are sent.
| |
NoReplyAddress |
Gets the e-mail address for automated e-mail messages that should be user as a sender.
| |
NotificationsSenderAddress |
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.
| |
ServerName |
Gets the name of the default SMTP server for the specified site.
| |
ServerPassword |
Gets the password for the default SMTP server for the specified site in either plain text or encrypted form.
| |
ServerUserName |
Gets the user name for the default SMTP server for the specified site.
| |
ServerUseSSL |
Gets whether connection to the default SMTP server should use SSL for the specified site.
|