Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
I'm encountering a deprecation warning when using the email-templates library in my Node.js project. The warning indicates that calling promisify on a function that already returns a Promise is likely a mistake. This warning appears multiple times during the execution of my code.
Node.js version: v22
Description:
I'm encountering a deprecation warning when using the email-templates library in my Node.js project. The warning indicates that calling promisify on a function that already returns a Promise is likely a mistake. This warning appears multiple times during the execution of my code.