docs: Added SMTP docs (#58)

* Added SMTP docs

* Added Nodemailer example

* Change port in example
This commit is contained in:
Harsh Shrikant Bhat
2024-08-21 09:50:31 +05:30
committed by GitHub
parent 002af10f84
commit 1e66222425
4 changed files with 71 additions and 5 deletions

View File

@@ -38,4 +38,11 @@ Quicklinks to set up your account and get started
>
Learn how to use our API to send emails programmatically.
</Card>
<Card
title="SMTP support"
icon="envelope"
href="/get-started/smtp"
>
Send emails with SMTP server instead of REST API.
</Card>
</CardGroup>