add nodemail en commit

This commit is contained in:
sorlinv
2026-03-05 16:16:13 +01:00
parent 5d83212761
commit 47433f3dc9
51 changed files with 15682 additions and 37 deletions

9
node_modules/nodemailer/.ncurc.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
'use strict';
module.exports = {
upgrade: true,
reject: [
// API changes break existing tests
'proxy'
]
};