Skip to main content

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

Body

    body string
    cc string
    from string
    subject string
    to string

Responses

Send Email

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    msg string
Loading...