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
| 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 |
{- "sender_address": "string",
- "sender_name": "string",
- "receiver_address": "string",
- "email_subject": "string",
- "email_content": "string"
}