I have been using the "myStuff Updated w/ triggered e-mails" to send emails to different email addresses depending on the type of alarm. Original thread is here: http://www.nutech.com/index.php?option=com_fireboard&Itemid=0&func=view&id=1349&catid=4&limit=6&limitstart=0
I updated to the latest version of AlarmDecoderGUI and it no longer works. The old version of mystuff.dll will not load in the new version of AlarmDecoderGUI. Using the latest version of mystuff.dll shows the following error when trying to send an email: !MS> Error sending alert: Object reference not set to an instance of an object
Here is my mystuff.config file:
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!-- mail1 settings-->
<mail_host>MY EMAIL HOST</mail_host>
<mail_port>25</mail_port>
<!-- if you need authorized user/pass -->
<mail_user>MY AUTH EMAIL ADDRESS/mail_user>
<mail_pass>MY AUTH EMAIL PASSWORD</mail_pass>
<mail_enable_ssl>false</mail_enable_ssl>
<!-- who was the mail from -->
<mail_from>MY FROM ADDRESS/mail_from>
<!-- who is the mail to? One or two destinations-->
<mail1_to>MY EMAIL ADDRESS FOR MAIL1 ALERTS/mail1_to>
<mail2_to>MY EMAIL ADDRESS FOR MAIL2 ALERTS</mail2_to>
<!-- On/off switches for which messages are sent to which mail-->
<!-- Options are: mail1, mail2, both, none (all lower case)-->
<sendto_Initialize>mail1</sendto_Initialize>
<sendto_Arm>mail1</sendto_Arm>
<sendto_Disarm>mail1</sendto_Disarm>
<sendto_AlarmBell>both</sendto_AlarmBell>
<sendto_FireAlarm>both</sendto_FireAlarm>
<sendto_AC>both</sendto_AC>
<sendto_Chime>none</sendto_Chime>
<sendto_SecretSensor>none</sendto_SecretSensor>
<!-- Secret Sensor name for instant message, spell sensor out (case sensitive) -->
<secret_sensor_name>ALARM 06 WATER</secret_sensor_name>
</Configuration>
Any help is greatly appreciated.
Thanks
--
Brad