mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Add support for oauth based service accounts with UM SMTP (#7311)
This PR adds support for using OAuth based service accounts for the User Management SMTP connection. Tested using a Google Service Account.
This commit is contained in:
@@ -767,6 +767,18 @@ export const schema = {
|
||||
default: '',
|
||||
env: 'N8N_SMTP_PASS',
|
||||
},
|
||||
serviceClient: {
|
||||
doc: 'SMTP OAuth Service Client',
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'N8N_SMTP_OAUTH_SERVICE_CLIENT',
|
||||
},
|
||||
privateKey: {
|
||||
doc: 'SMTP OAuth Private Key',
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'N8N_SMTP_OAUTH_PRIVATE_KEY',
|
||||
},
|
||||
},
|
||||
sender: {
|
||||
doc: 'How to display sender name',
|
||||
|
||||
Reference in New Issue
Block a user