Commit graph

5 commits

Author SHA1 Message Date
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
Kshitij Subedi
59d60633e5 fix: variable name updated 2023-03-27 11:49:33 +05:45
Kshitij Subedi
fc87370d9d feat: SMTP with CC, BCC fields 2023-03-25 09:06:06 +05:45
Maurits Lourens
60f515d19c
Feature/2395 - add eslint to plugins (#2402)
* merge develop

* Add eslint dependencies, configs and scripts to plugins project

* run lint with Github action

* ignore tests and dist folders

* fun eslint with --fix and manual fixes, renamed __tests_ to __tests__

* add plugins packages folder to lint-staged config

* fix lint issue
2022-03-10 12:29:48 +05:30
Muhsin Shah C P
e4083541bd
Feature: SMTP plugin (#2263)
* Smtp server datasource
- Done connection & test connection

* Worked on basic mail delivery
- Changed the icon
- Defined operations json
- Implemented text and html email sending

* Username / ID changed to encrypted

* Added attachments

* Changed placeholder of attachment

* Changed datasource name

* Changed query options
- Added multiple to_email option
- Added from name field

* Renamed the datasource

* cleaning post rename plugin problems

* Fixed minor code issues

* Added smtp documentation
2022-02-22 13:42:35 +05:30