Gets or sets the DNS name or IP address of the SMTP server used to send notification emails.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string SmtpServer{ get; set;}
Public Property SmtpServer As String
public:
property String^ SmtpServer {
	String^ get ();
	void set (String^ value);
}

Field Value

The DNS name or IP address of the SMTP server used to send notification emails.

See Also