Click or drag to resize

EmailSendMail Method (String, String, String, String, String, String, Encoding)

Creates and sends the e-mail message.

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public static bool SendMail(
	string toName,
	string toEmail,
	string subject,
	string fromName,
	string fromEmail,
	string body,
	Encoding charSet
)

Parameters

toName
Type: SystemString
toEmail
Type: SystemString
subject
Type: SystemString
fromName
Type: SystemString
fromEmail
Type: SystemString
body
Type: SystemString
charSet
Type: System.TextEncoding

Return Value

Type: Boolean
Boolean statement.
Remarks