Closed
Description
Node 21.1 deprecated punycode
[DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
at node:punycode:3:9
at Object.<anonymous> (…/node_modules/nodemailer/lib/mime-node/index.js:7:18)
The new documentation suggests:
Users currently depending on the punycode module should switch to using the userland-provided Punycode.js module instead. For punycode-based URL encoding, see url.domainToASCII or, more generally, the WHATWG URL API.
Metadata
Metadata
Assignees
Labels
No labels