SMTP: add reply_to config field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0571613012
commit
71650ed904
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const INTEGRATIONS = {
|
||||||
},
|
},
|
||||||
smtp: {
|
smtp: {
|
||||||
name: 'SMTP Email',
|
name: 'SMTP Email',
|
||||||
configFields: ['host', 'port', 'from'],
|
configFields: ['host', 'port', 'from', 'reply_to'],
|
||||||
secretFields: ['user', 'pass'],
|
secretFields: ['user', 'pass'],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue