From f9fb2569aa1efafc099d53606d0ebdec2d9535d8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 3 Oct 2009 00:38:32 -0400 Subject: Alert if there is a problem sending the test message --- usr/local/www/system_advanced_notifications.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/system_advanced_notifications.php') diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php index 50e3aef..c327001 100644 --- a/usr/local/www/system_advanced_notifications.php +++ b/usr/local/www/system_advanced_notifications.php @@ -87,7 +87,7 @@ if ($_POST) { notify_via_growl("This is a test message form pfSense. It is safe to ignore this message."); // Send test message via smtp - notify_via_smtp("This is a test message form pfSense. It is safe to ignore this message."); + $savemsg = notify_via_smtp("This is a test message form pfSense. It is safe to ignore this message."); pfSenseHeader("system_advanced_notifications.php"); exit; @@ -103,6 +103,7 @@ include("head.inc"); +