FEATURE: Allow sending group SMTP emails with from alias (#15687)

This commit allows group SMTP emails to be sent with a
different from email address that has been set up as an
alias in the email provider. Emails from the alias will
be grouped correctly using Message-IDs in the mail client,
and replies to the alias go into the correct group inbox.
This commit is contained in:
Martin Brennan
2022-02-07 13:52:01 +10:00
committed by GitHub
parent 454d3740b4
commit 0a738bd5bc
14 changed files with 71 additions and 9 deletions

View File

@@ -221,6 +221,12 @@
"null"
]
},
"email_from_alias": {
"type": [
"string",
"null"
]
},
"email_password": {
"type": [
"string",