Click or drag to resize

IFluentMailUsingNewSmtp Method (String)

Creates new SMTP configuration for this message with specified server address.

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

Parameters

server
Type: SystemString
Server address.

Return Value

Type: INewSmtp
Email configuration for SMTP server connection.
See Also