Click or drag to resize

INewSmtpWithCredentials Method

Sets the SMTP server credentials.

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

Parameters

user
Type: SystemString
User name.
password
Type: SystemString
User's password.

Return Value

Type: INewSmtp
SMTP connection configuration.
See Also