From 9dd9c966de4741eec1e060f4e629bf72406224aa Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio (dbaio)" Date: Tue, 7 Apr 2015 14:41:48 -0300 Subject: apcupsd - add new fields --- config/apcupsd/apcupsd.xml | 62 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 5 deletions(-) (limited to 'config/apcupsd') diff --git a/config/apcupsd/apcupsd.xml b/config/apcupsd/apcupsd.xml index bef6c330..55d13d6f 100644 --- a/config/apcupsd/apcupsd.xml +++ b/config/apcupsd/apcupsd.xml @@ -339,11 +339,63 @@ UPSTYPE DEVICE Description
listtopic - notification_info - info - In order to receive e-mail notifications, you need to configure - SMTP Email Notifications on Advanced/Notifications section, and also, - install mailreport package. + E-mail notification + emailnotification + +
+phpMailer - In order to receive e-mail notifications through phpMailer, you need +to configure SMTP Email Notifications on Advanced/Notifications section, and also, +install mailreport package.
+
+SMTP built-in - A simple SMTP mail client for apcupsd. +It does not have smtp authentication of any kind. +
+ ]]>
+ select + phpmailer + + + + +
+ + SMTP built-in + listtopic + + + SMTP Host + smtphost + + input + 20 + + + SMTP Port + smtpport + + input + 5 + + + From + smtpfrom + + input + 20 + + + To + smtpto + + input + 20 + + + Cc + smtpcc + + input + 20 php_install_apcupsd(); -- cgit v1.2.3