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 ## ## Installation ##
Please refer to the Wiki how to get mailGraph installed and configured on your system. 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 ## ## mailGraph v2.13 release ##
_(2023/07/03)_ _(2023/07/03)_

View File

@ -53,7 +53,7 @@
// Added ability to locate latest problems for testing purposes // Added ability to locate latest problems for testing purposes
// 2.12 2023/07/02 - Mark Oudsen - Replaced SwiftMailer with PHPMailer (based on AutoTLS) // 2.12 2023/07/02 - Mark Oudsen - Replaced SwiftMailer with PHPMailer (based on AutoTLS)
// 2.13 2023/07/03 - Mark Oudsen - Bugfixes speciifally on links into Zabbix (missing context or info) // 2.13 2023/07/03 - Mark Oudsen - Bugfixes speciifally on links into Zabbix (missing context or info)
// 2.14 2023/07/10 - Mark Oudsen - Adding ability to set 'From' address in configuration // 2.14 2023/07/10 - Mark Oudsen - Adding ability to set 'From' address details in configuration
// ------------------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------------------
// //
// (C) M.J.Oudsen, mark.oudsen@puzzl.nl // (C) M.J.Oudsen, mark.oudsen@puzzl.nl