|
Added two new configuration options for SMTP: "starttls" and
"allowInsecure". smtp.starttls will enable or disable STARTTLS when "secure" is set to false (otherwise it does nothing). smtp.allowInsecure will allow self-signed certificates if set to true for both smtp.secure and smtp.starttls options. |
|---|
|
|
| src/util/config/types/subconfigurations/email/SMTP.ts |
|---|
| src/util/util/email/clients/SMTPEmailClient.ts |
|---|