Send Email
POST/sendEmail
This API can be used send an email from SSM.
The Authorization
must have Bearer
followed by Token
.
Note: Configure SMTP in SSM before using this API.
Mandatory params:
to
,
from
,
subject
,
body
Optional params:
cc
,bcc
Request
- multipart/form-data
Body
body string
cc string
from string
subject string
to string
Responses
- 200
Send Email
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Send Email
Schema
errorCode string
msg string
{
"errorCode": "0",
"msg": "Successful"
}
{
"errorCode": "0",
"msg": "Successful"
}
Loading...