Syntax
SendSMTPEmail (ToMail As String, CCMail As String, BCCMail As String, MailSubject As String, MailBody As String, ServerSerial As String )
Description
The SendSMTPEmail operation is used to send an email to a specific email address.
Request Parameters
Name | Description | Required |
ToMail |
|
Yes |
CCMail |
|
Yes |
BCCMail |
|
Yes |
MailSubject |
|
Yes |
MailBody |
|
Yes |
ServerSerial |
|
Yes |
Response Elements
Name | Description |
Result | This method returns true if the mail is sent successfully otherwise it returns false Otherwise, see Error Codes. Type: JSON object as String. |
See Also