Click or drag to resize

IFluentMailUsingNewSmtp(String) Method

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

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

Parameters

server  String
Server address.

Return Value

INewSmtp
Email configuration for SMTP server connection.
See Also