Click or drag to resize

EmailHandlerSendTestMail Method

Namespace:  Dynamicweb.Mailing
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public static ApplicationResponse<string> SendTestMail(
	string username,
	string password,
	string hostname,
	int port,
	bool useSsl
)

Parameters

username
Type: SystemString
password
Type: SystemString
hostname
Type: SystemString
port
Type: SystemInt32
useSsl
Type: SystemBoolean

Return Value

Type: ApplicationResponseString
See Also