feat: add smtp creds configuration

This commit is contained in:
ramvignesh-b
2026-04-26 11:36:30 +05:30
parent 01bac9840f
commit b83a8d12f2
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@ BACKEND_PORT=8001
# EMAIL
EMAIL_HOST=127.0.0.1
EMAIL_PORT=1026
EMAIL_HOST_USER=test
EMAIL_HOST_PASSWORD=password123
FROM_EMAIL="Test <test@pi-ku.app>"
EMAIL_API_PORT=8026