Feature: Option to override the From email address in SMTP relay configuration (#414)

This commit is contained in:
Ralph Slooten
2025-01-26 00:22:57 +13:00
parent f278933bb9
commit a95bc3d29f
7 changed files with 104 additions and 6 deletions

View File

@@ -1948,6 +1948,10 @@
"description": "Whether message relaying (release) is enabled",
"type": "boolean"
},
"OverrideFrom": {
"description": "Overrides the \"From\" address for all relayed messages",
"type": "string"
},
"ReturnPath": {
"description": "Enforced Return-Path (if set) for relay bounces",
"type": "string"