|
|
|||
|
|
SendMail |
| SendMail[rules] sends an email message built up from the elements specified in rules. |
| "To" | {} | email addresses of primary recipients | |
| "Cc" | {} | email addresses of secondary recipients | |
| "Bcc" | {} | email addresses of hidden recipients | |
| "Subject" | None | message subject line | |
| "Body" | None | message body | |
| "Attachments" | {} | attachments, given as a list of filenames |
| "EncryptionProtocol" | None | email encryption protocol | |
| "FullName" | None | sender's full name | |
| "Password" | None | user password | |
| "PortNumber" | Automatic | server port number or numbers | |
| "ReplyTo" | None | suggested address for replies | |
| "ServerAuthentication" | Automatic | whether and how to verify server certificates | |
| "UserName" | $UserName | user login name |
|