Teology Music Services - OpenAPI 3.0 (1.0.0)

Download OpenAPI specification:Download

This is the documentation about Teology Music exposed services using the OpenAPI 3.0 specification.

Send an email using Teology Music SMTP server

Send an email using Teology Music SMTP server

Authorizations:
Authorization
Request Body schema: application/json
required
sender_address
required
string

The sender email address

sender_name
required
string

The sender visualized name

receiver_address
required
string

The receiver email address

email_subject
required
string

The email subject

email_content
required
string

The email HTML, formatted in UTF-8

Responses

Request samples

Content type
application/json
{
  • "sender_address": "string",
  • "sender_name": "string",
  • "receiver_address": "string",
  • "email_subject": "string",
  • "email_content": "string"
}