[INFRA-156] fix: update SMTP port configurations in variables.env for email service #3235

This commit is contained in:
Akshat Jain
2025-05-21 16:10:59 +05:30
committed by GitHub
parent ee6e7596bb
commit 08bdafcee8

View File

@@ -117,9 +117,9 @@ API_KEY_RATE_LIMIT=60/minute
LIVE_SERVER_SECRET_KEY=htbqvBJAgpm9bzvf3r4urJer0ENReatceh
# Email Configuration
LISTEN_SMTP_PORT_25=25
LISTEN_SMTP_PORT_465=465
LISTEN_SMTP_PORT_587=587
LISTEN_SMTP_PORT_25=10025
LISTEN_SMTP_PORT_465=10465
LISTEN_SMTP_PORT_587=10587
# If using SMTP DOMAIN as FQDN e.g mail.example.com,
# Generate a valid SSL certificate of SMTP Domain