Closed nneves closed 2 years ago
Extend env var configuration to allow other SMPT connection configurations:
secure
SMTP_SECURE=true SMTP_REQUIRE_TLS=false SMTP_IGNORE_TLS=false
not secure but force STARTTLS to be used
SMTP_SECURE=false SMTP_REQUIRE_TLS=true SMTP_IGNORE_TLS=false
not secure and don't use STARTTLS
SMTP_SECURE=false SMTP_REQUIRE_TLS=false SMTP_IGNORE_TLS=true
Extend env var configuration to allow other SMPT connection configurations:
New .env variables setup:
secure
not secure but force STARTTLS to be used
not secure and don't use STARTTLS