ToolJet/plugins/packages/smtp
Midhun G S 78b140ba22
fix: update SMTP plugin to support new nodemailer version and improve type definitions (#15592)
* fix: automated security fixes for frontend dependencies

* chore: update jspdf and related dependencies; fix autoTable reference in generate-file.js

* chore: upgrade jspdf-autotable to version 5.0.7 and adjust related code references

* fix: update SMTP plugin to support new nodemailer version and improve type definitions

- Updated nodemailer dependency from version 6.9.1 to 8.0.2.
- Enhanced type definitions for attachments in QueryOptions.
- Specified Transporter type for nodemailer connections.
- Improved attachment handling by defining a more specific type for filesData function.

* chore: update nodemailer and its types, adjust AppHistoryModule providers and controllers based on import context

* Implement feature X to enhance user experience and fix bug Y in module Z

* chore: update nodemailer to version 8.0.3 and remove @types/nodemailer from dependencies

* chore: update version to 3.20.125-lts across all components

---------

Co-authored-by: adishM98 <adishM98@users.noreply.github.com>
Co-authored-by: johnsoncherian <johnsonc.dev@gmail.com>
2026-03-18 22:20:22 +05:30
..
__tests__ chore/plugins: fixes lint warning and errors (#2502) 2022-03-14 15:05:02 +05:30
lib fix: update SMTP plugin to support new nodemailer version and improve type definitions (#15592) 2026-03-18 22:20:22 +05:30
.gitignore Feature: SMTP plugin (#2263) 2022-02-22 13:42:35 +05:30
package.json fix: update SMTP plugin to support new nodemailer version and improve type definitions (#15592) 2026-03-18 22:20:22 +05:30
README.md Feature: SMTP plugin (#2263) 2022-02-22 13:42:35 +05:30
tsconfig.json Feature: SMTP plugin (#2263) 2022-02-22 13:42:35 +05:30