AlphaAlpha Docs

Send mail

Sends an email given a valid mail request

POST
/mail/send
AuthorizationBearer <token>

In: header

Query Parameters

recipient?string
subject?string
sender?string
body?string
reply-to?string
bcc?string
files?array<>

Response Body

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/mail/send"
Empty
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}