From 00a67cbb65c05e2f6dbba4aa40d13d68691c0f8d Mon Sep 17 00:00:00 2001 From: Mark Oudsen Date: Mon, 10 Jul 2023 10:14:52 +0200 Subject: [PATCH] v2.14 - Adding ability to set 'From' address details in configuration --- README.md | 10 ++++++++++ mailGraph.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d69491e..be6655a 100644 --- a/README.md +++ b/README.md @@ -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)_ diff --git a/mailGraph.php b/mailGraph.php index 2ebfe7e..f54bec3 100644 --- a/mailGraph.php +++ b/mailGraph.php @@ -53,7 +53,7 @@ // Added ability to locate latest problems for testing purposes // 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.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