GHASysSendSMTPMessage Method (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)
Syntaxpublic static void SendSMTPMessage(
string from,
string to,
string subject,
string message,
string smtpHost
)
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
See Also