Core APIs
Web

SMTP Send

3min

Sends a mail in html format using the specified server credentials.

  • Exclude the password parameter for sending mails without authentication
  • To send to multiple people, provide a comma seperated list of emails



Options

Description

from

Format sender info. To do this ass it in the format "Sender" <[email protected]>

to,cc

Add comma separated email id's to send to multiple people

attachments.type

text/binary

attachemtns.content

Regular text if type is text, or base64encoded binary content if the type is binary



API Definition

Call the following API:
POST
Request




Call the following API:
POST
Request


Call the following API:
POST
Request


Updated 03 Mar 2023
Doc contributor
Did this page help you?