Click or drag to resize

INewSmtpWithCredentials Method

Sets the SMTP server credentials.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
INewSmtp WithCredentials(
	string user,
	string password
)

Parameters

user  String
User name.
password  String
User's password.

Return Value

INewSmtp
SMTP connection configuration.
See Also