Be able to use SMTP transport without TLS (#401)

This commit is contained in:
Anton Shepilov
2024-03-01 16:10:49 +01:00
committed by GitHub
parent ac30657aea
commit 6041212253
5 changed files with 22 additions and 0 deletions
+7
View File
@@ -1309,6 +1309,13 @@
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz"
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
"@types/nodemailer@^6.4.14":
version "6.4.14"
resolved "https://registry.npmjs.org/@types/nodemailer/-/nodemailer-6.4.14.tgz"
integrity sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==
dependencies:
"@types/node" "*"
"@types/normalize-package-data@^2.4.0":
version "2.4.1"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"