v2.14 - Adding ability to set 'From' address details in configuration

This commit is contained in:
Mark Oudsen
2023-07-10 11:21:48 +02:00
parent 6da6da77fb
commit 8269195795
4 changed files with 15 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ _This version has been verified with Zabbix 5.4 and 6.0 LTS and is expected to w
Release notes
- Adding the ability to define FROM details for the emails generated by mailGraph
- `smtp_from_address` to set the from mail address (if not set uses mailing system default)
- `smtp_from_address` to set the from mail address (if not set uses mailing system default). Note: obsolete `mail_from` but retained for backwards compatibility.
- `smtp_from_name` to set the name that goes with the mail address (if not set uses "mailGraph")
## mailGraph v2.13 release ##