mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 06:27:57 +00:00
* 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
11 lines
No EOL
160 B
JSON
11 lines
No EOL
160 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "lib"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |