Click or drag to resize

GHASysSendSMTPMessage Method (String, String, String, String, String, String, String)

[This is preliminary documentation and is subject to change.]

Queues an SMTP message

Namespace:  GHASchema.Helpers
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public static void SendSMTPMessage(
	string from,
	string to,
	string subject,
	string message,
	string smtpHost,
	string username,
	string password
)

Parameters

from
Type: SystemString
From address
to
Type: SystemString
To address
subject
Type: SystemString
Message Subject
message
Type: SystemString
Message text
smtpHost
Type: SystemString
SMTP relay host
username
Type: SystemString
Username for smtp relay authentication
password
Type: SystemString
Password for smtp relay authentication
See Also