Click or drag to resize

INewSmtp.WithCredentials 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: System.String
User name.
password
Type: System.String
User's password.

Return Value

Type: INewSmtp
SMTP connection configuration.
See Also