Separate email address and username for smtp
A username can now be set for SMTP. If not set, the send from address will be used as before.
This commit is contained in:
@@ -530,6 +530,7 @@
|
||||
},
|
||||
"smtp": {
|
||||
"order": [
|
||||
"username",
|
||||
"encryption",
|
||||
"server",
|
||||
"port",
|
||||
@@ -539,6 +540,14 @@
|
||||
"name": "SMTP (Email)",
|
||||
"description": "SMTP Server connection settings."
|
||||
},
|
||||
"username": {
|
||||
"name": "Username",
|
||||
"required": false,
|
||||
"requires_restart": false,
|
||||
"type": "text",
|
||||
"value": "",
|
||||
"description": "Username for SMTP. Leave blank to user send from address as username."
|
||||
},
|
||||
"encryption": {
|
||||
"name": "Encryption Method",
|
||||
"required": false,
|
||||
|
||||
Reference in New Issue
Block a user