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

This commit is contained in:
Mark Oudsen
2023-07-10 10:14:52 +02:00
parent bf970029ea
commit 00a67cbb65
2 changed files with 11 additions and 1 deletions

View File

@@ -20,6 +20,16 @@ More information can be found in the Wiki.
## Installation ##
Please refer to the Wiki how to get mailGraph installed and configured on your system.
## mailGraph v2.14 release ##
_(2023/07/10)_
_This version has been verified with Zabbix 5.4 and 6.0 LTS and is expected to work with 6.4 and later (based on v2.10 testing)_
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_name` to set the name that goes with the mail address (if not set uses "mailGraph")
## mailGraph v2.13 release ##
_(2023/07/03)_