feat(Send Email Node): Overhaul

This commit is contained in:
Michael Kret
2023-01-24 12:32:31 +02:00
committed by GitHub
parent a86c9a628b
commit 832fb87954
8 changed files with 633 additions and 230 deletions

View File

@@ -12,7 +12,7 @@ import {
NodeOperationError,
} from 'n8n-workflow';
import { chunk, flatten } from '../../utils/utilities';
import { chunk, flatten } from '../../../utils/utilities';
import mssql from 'mssql';