MailSend(String, String, String, String, Boolean, String, String, SecureString, Boolean) Method
Sends a secure
Mail message.
Namespace: Gemstone.Net.SmtpAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.169 -- Release Build+7345f63a8c9771f20dc280b192df2ccb62049660
Gemstone.Net.Smtp.Mail.Send = function(from, toRecipients, subject, body, isBodyHtml, smtpServer, username, password, enableSSL);
Parameters
- from String
- The e-mail address of the Mail message sender.
- toRecipients String
- A comma-separated or semicolon-separated e-mail address list of the Mail message recipients.
- subject String
- The subject of the Mail message.
- body String
- The body of the Mail message.
- isBodyHtml Boolean
- true if the Mail message body is to be formated as HTML; otherwise false.
- smtpServer String
- The name or IP address of the SMTP server to be used for sending the Mail message.
- username String
- The username of the account used to authenticate to the SMTP server.
- password SecureString
- The password of the account used to authenticate to the SMTP server.
- enableSSL Boolean
- The flag that determines whether to use SSL when communicating with the SMTP server.