Merge pull request #10 from TheOnlyWayUp/main

fix(docs/email): SMPT -> SMTP
This commit is contained in:
Mauricio Siu
2024-12-04 23:45:21 -06:00
committed by GitHub

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.