Send Email

Send an email via SMTP proxy with injected credentials

post/v2/mailer/send

Request body

subjectstring required

Email subject

textstring

Plain text body

htmlstring

HTML body

Response

Successful response

acceptedstring[] required

List of accepted recipients

rejectedstring[] required

List of rejected recipients

pendingstring[]

List of pending recipients

messageIdstring required

Message ID assigned by server

responsestring required

Server response

Changes