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 |
- To whom the email will be sent.
- Type: String.
- Default: None.
- Constraints: Must be a valid email.
|
Yes |
| CCMail |
- (carbon copy)field of a message receives a copy of the message when you send it.
- Type: String.
- Default: None.
- Constraints: Must be a valid order email.
|
Yes |
| BCCMail |
- Blind carbon copy.
- The field of a message receives a copy of that message when you send it.
- Type: String.
- Default: None
- Constraints: Must be a valid order email.
|
Yes |
| MailSubject |
- The Email Subject.
- Type: String.
- Default: None.
|
Yes |
| MailBody |
- The Email Content
- Type: String
- Default: None
|
Yes |
| ServerSerial |
- SMTP Server Name.
- Type: String.
- Default: None.
- Constraints: Must be a valid server.
|
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
VertexFX WCF Service Index