feat: Add smtp timeout options (#9613)

- Added two Actionmailer's option (open_timeout & read_timeout) to environment variables.
This commit is contained in:
Ali Behnamfard
2024-06-18 09:06:37 +03:30
committed by GitHub
parent 9046730206
commit c5979c4575
2 changed files with 4 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ SMTP_OPENSSL_VERIFY_MODE=peer
# Comment out the following environment variables if required by your SMTP server
# SMTP_TLS=
# SMTP_SSL=
# SMTP_OPEN_TIMEOUT
# SMTP_READ_TIMEOUT
# Mail Incoming
# This is the domain set for the reply emails when conversation continuity is enabled