Skip to content

Commit 9ac6e20

Browse files
committed
email feature added
1 parent a388836 commit 9ac6e20

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

chatz.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,14 @@ WEB_HOOK_URL=<webhook-url>
2525
PROVIDER=redis
2626
CONNECTION_URL=<redis-url>
2727
CHANNEL_ID=<redis-channel>
28+
29+
[smtp]
30+
PROVIDER=smtp
31+
SMTP_HOST=smtp.gmail.com
32+
SMTP_PORT=587
33+
SMTP_USE_STARTTLS=true
34+
SMTP_USER=<yourmailid@gmail.com>
35+
SMTP_PASSWORD=<app-password>
36+
SMTP_SUBJECT=<Your subject>
37+
SMTP_FROM=<from-mail@gmail.com>
38+
SMTP_TO=<user1@gmail.com,user1@gmail.com>

0 commit comments

Comments
 (0)