SMTP: add reply_to config field

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-07 15:47:11 +00:00
parent 0571613012
commit 71650ed904

View file

@ -34,7 +34,7 @@ export const INTEGRATIONS = {
},
smtp: {
name: 'SMTP Email',
configFields: ['host', 'port', 'from'],
configFields: ['host', 'port', 'from', 'reply_to'],
secretFields: ['user', 'pass'],
},
}