chore: add verfication email for user profile

This commit is contained in:
mahyargdz
2025-02-18 10:16:05 +03:30
parent ff96fd6c32
commit cad8e15941
15 changed files with 173 additions and 31 deletions
+6 -6
View File
@@ -17,12 +17,12 @@ SMS_API_URL=https://api.sms.ir/v1
SMS_API_KEY="dasdas"
SMS_PATTERN_OTP=82385
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASS=
MAIL_FROM=
SMTP_HOST=smtp.c1.liara.email
SMTP_PORT=587
SMTP_USER=usernames
SMTP_PASS=password
MAIL_FROM=confirmation@asan-service.com
EMAIL_SECRET="secret key"
REDIS_URI=redis://:@localhost:6379/0
CACHE_TTL=120000