Click or drag to resize

INewSmtpServer Method

Sets host name. IP address can also be used. You can use OnPort(Int32) method to specify non default port.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
INewSmtp Server(
	string serverName
)

Parameters

serverName
Type: SystemString
Host name or IP address.

Return Value

Type: INewSmtp
SMTP connection configuration.
See Also