mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Send Email Node): Smtp credential improvements (#10147)
This commit is contained in:
committed by
GitHub
parent
ada1256898
commit
dc13ceb416
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user