fix(docs/email): SMPT -> SMTP

This commit is contained in:
Dhanush R
2024-12-01 13:37:14 +05:30
committed by GitHub
parent b8b9c17600
commit 7175aa8aff

View File

@@ -12,7 +12,7 @@ For start receiving email notifications, you need to fill the form with the foll
1. **Name**: Enter any name you want.
2. **SMPT Server**: Enter the SMTP server address. eg. `smtp.gmail.com`
2. **SMTP Server**: Enter the SMTP server address. eg. `smtp.gmail.com`
3. **SMTP Port**: Enter the SMTP server port. eg. `587`
4. **SMTP Username**: Enter the SMTP server username. eg. `your-email@gmail.com`
5. **SMTP Password**: Enter the SMTP server password.