feat(Send Email Node): Smtp credential improvements (#10147)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-22 20:38:26 +02:00
committed by GitHub
parent ada1256898
commit dc13ceb416
3 changed files with 45 additions and 0 deletions

View File

@@ -41,6 +41,17 @@ export class Smtp implements ICredentialType {
type: 'boolean',
default: true,
},
{
displayName: 'Disable STARTTLS',
name: 'disableStartTls',
type: 'boolean',
default: false,
displayOptions: {
show: {
secure: [false],
},
},
},
{
displayName: 'Client Host Name',
name: 'hostName',