Django integration

Applications built using Django can now integrate with Zoho ZeptoMail to send transactional emails. The integration supports both plain text and HTML emails, along with attachments.

ZeptoMail for Django facilitates email sending from Django applications using ZeptoMail APIs, making it straightforward to handle everything from user verification emails and password resets to system notifications,  all with reliable, high-deliverability transactional email infrastructure.

Before using the integration, you'll need to verify your email sending domain and generate the Send Mail Token you will use to send emails.

Pre-requisites

  • Verify the email sending domain
  • Generate the Send Mail Token you will use to send emails.

Generate Send Mail Token

  • Select the Agent that you want to connect to your application.
  • Navigate to the SMTP/API tab. This will open the Setup Details page.
  • From here you can copy your Agent specific send mail token under the API tab.
  • You can either use the default Send Mail Token or generate a new one.

Agents >> SMTP/API >> Send Mail Token >> Click to copy icon.

Django's built-in email framework can be leveraged for sending transactional emails using both SMTP and email APIs.

 

Refer this help page for the complete API reference with all integration code samples including plain text emails, HTML emails, attachments, and multi-recipient support for Django integration.

PREVIOUS

UP NEXT