MagicCMS Documentation

CMS_Config..::..SmtpAdminMail Property

Gets or sets the SMTP Admin mail.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public string SmtpAdminMail { get; set; }

Field Value

The SMTP Admin email address.

Remarks


SMTP server used by MagicCMS to send or resend passwords to user. Initial value is the value inserted in web.config. IMPORTANT! Is very important define SMTP server and password in web.config file. MagicCMS passwords are encrypted and, at the moment, the only way to receive the administrator password is to insert Admin email address, smtp server, smtp user name and smtp password in the web.config file.