mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
[INFRA-156] fix: update SMTP port configurations in variables.env for email service #3235
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user