<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Foogee</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Foogee"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Foogee"/>
	<updated>2026-07-22T02:21:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31855</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31855"/>
		<updated>2012-08-14T17:28:42Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
 Subject: asdf&lt;br /&gt;
 just add a period and enter after this line&lt;br /&gt;
 .&lt;br /&gt;
 EOT&lt;br /&gt;
 Mail Delivery Status Report will be mailed to &amp;lt;root&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
see if postfix is running&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;pstree | grep master&lt;br /&gt;
 master-pickup&lt;br /&gt;
&lt;br /&gt;
logs go watch.&lt;br /&gt;
 tail -f /var/log/pluto/DCERouter.log&lt;br /&gt;
 tail -f /var/log/mail.log&lt;br /&gt;
 tail -f/var/log/syslog&lt;br /&gt;
&lt;br /&gt;
Step 3. Event Setup&lt;br /&gt;
&lt;br /&gt;
 Event handler &amp;gt; Respond to events&lt;br /&gt;
 Description: Front Door Tripped&lt;br /&gt;
 New Event*: A Sensor is tripped&lt;br /&gt;
 (click add)&lt;br /&gt;
&lt;br /&gt;
From here you can select your devices and events.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Send Mail.&lt;br /&gt;
 Add command using: Advanced&lt;br /&gt;
 Device: pull down menu. select &amp;quot;General Info Plugin&amp;quot; it shows up under DCErouter.&lt;br /&gt;
 Command: Send Mail&lt;br /&gt;
 Fill out the subject / body / email.&lt;br /&gt;
&lt;br /&gt;
i used the advanced menu to edit the event handler. it seems to be a little easier. here are some screen shots. &lt;br /&gt;
&lt;br /&gt;
[[File:Event1.png]]&lt;br /&gt;
[[File:Event2.png]]&lt;br /&gt;
[[File:Event3.png]]&lt;br /&gt;
[[File:Event4.png]]&lt;br /&gt;
&lt;br /&gt;
More info on event types: [[Event criteria]]&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31854</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31854"/>
		<updated>2012-08-14T17:27:41Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
 Subject: asdf&lt;br /&gt;
 just add a period and enter after this line&lt;br /&gt;
 .&lt;br /&gt;
 EOT&lt;br /&gt;
 Mail Delivery Status Report will be mailed to &amp;lt;root&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
see if postfix is running&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;pstree | grep master&lt;br /&gt;
 master-pickup&lt;br /&gt;
&lt;br /&gt;
logs go watch.&lt;br /&gt;
 tail -f /var/log/pluto/DCERouter.log&lt;br /&gt;
 tail -f /var/log/mail.log&lt;br /&gt;
 tail -f/var/log/syslog&lt;br /&gt;
&lt;br /&gt;
Step 3. Event Setup&lt;br /&gt;
&lt;br /&gt;
1. Event handler &amp;gt; Respond to events&lt;br /&gt;
Description: Front Door Tripped&lt;br /&gt;
New Event*: A Sensor is tripped&lt;br /&gt;
(click add)&lt;br /&gt;
&lt;br /&gt;
From here you can select your devices and events.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Send Mail.&lt;br /&gt;
Add command using: Advanced&lt;br /&gt;
Device: pull down menu. select &amp;quot;General Info Plugin&amp;quot; it shows up under DCErouter.&lt;br /&gt;
Command: Send Mail&lt;br /&gt;
Fill out the subject / body / email.&lt;br /&gt;
&lt;br /&gt;
i used the advanced menu to edit the event handler. it seems to be a little easier. here are some screen shots. &lt;br /&gt;
&lt;br /&gt;
[[File:Event1.png]]&lt;br /&gt;
[[File:Event2.png]]&lt;br /&gt;
[[File:Event3.png]]&lt;br /&gt;
[[File:Event4.png]]&lt;br /&gt;
&lt;br /&gt;
More info on event types: [[Event criteria]]&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31853</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31853"/>
		<updated>2012-08-14T17:27:18Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
 Subject: asdf&lt;br /&gt;
 just add a period and enter after this line&lt;br /&gt;
 .&lt;br /&gt;
 EOT&lt;br /&gt;
 Mail Delivery Status Report will be mailed to &amp;lt;root&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
see if postfix is running&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;pstree | grep master&lt;br /&gt;
 master-pickup&lt;br /&gt;
&lt;br /&gt;
logs go watch.&lt;br /&gt;
 tail -f /var/log/pluto/DCERouter.log&lt;br /&gt;
 tail -f /var/log/mail.log&lt;br /&gt;
 tail -f/var/log/syslog&lt;br /&gt;
&lt;br /&gt;
Step 3. Event Setup&lt;br /&gt;
&lt;br /&gt;
1. Event handler &amp;gt; Respond to events&lt;br /&gt;
Description: Front Door Tripped&lt;br /&gt;
New Event*: A Sensor is tripped&lt;br /&gt;
(click add)&lt;br /&gt;
&lt;br /&gt;
From here you can select your devices and events.&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31852</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31852"/>
		<updated>2012-08-14T17:27:03Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
 Subject: asdf&lt;br /&gt;
 just add a period and enter after this line&lt;br /&gt;
 .&lt;br /&gt;
 EOT&lt;br /&gt;
 Mail Delivery Status Report will be mailed to &amp;lt;root&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
see if postfix is running&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;pstree | grep master&lt;br /&gt;
 master-pickup&lt;br /&gt;
&lt;br /&gt;
logs go watch.&lt;br /&gt;
 tail -f /var/log/pluto/DCERouter.log&lt;br /&gt;
 tail -f /var/log/mail.log&lt;br /&gt;
 tail -f/var/log/syslog&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31851</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31851"/>
		<updated>2012-08-14T17:26:35Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
 Subject: asdf&lt;br /&gt;
 just add a period and enter after this line&lt;br /&gt;
 .&lt;br /&gt;
 EOT&lt;br /&gt;
 Mail Delivery Status Report will be mailed to &amp;lt;root&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
see if postfix is running&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Shell&amp;gt;pstree | grep master&lt;br /&gt;
master-pickup&lt;br /&gt;
&lt;br /&gt;
logs go watch.&lt;br /&gt;
/var/log/pluto/DCERouter.log&lt;br /&gt;
/var/log/mail.log&lt;br /&gt;
/var/log/syslog&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31850</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31850"/>
		<updated>2012-08-14T17:26:18Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
 Subject: asdf&lt;br /&gt;
 just add a period and enter after this line&lt;br /&gt;
 .&lt;br /&gt;
 EOT&lt;br /&gt;
 Mail Delivery Status Report will be mailed to &amp;lt;root&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
see if postfix is running&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31849</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31849"/>
		<updated>2012-08-14T17:25:49Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
Subject: asdf&lt;br /&gt;
just add a period and enter after this line&lt;br /&gt;
.&lt;br /&gt;
EOT&lt;br /&gt;
Mail Delivery Status Report will be mailed to &amp;lt;root&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
see if postfix is running&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31848</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31848"/>
		<updated>2012-08-14T17:25:29Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Shell&amp;gt;mail -v youremailhere&lt;br /&gt;
Subject: asdf&lt;br /&gt;
just add a period and enter after this line&lt;br /&gt;
.&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31847</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31847"/>
		<updated>2012-08-14T17:24:55Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
m  a i l -v test&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31846</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31846"/>
		<updated>2012-08-14T17:23:13Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2.&lt;br /&gt;
&lt;br /&gt;
Home &amp;gt; My Devices &amp;gt; Core &amp;gt; DCERouter &amp;gt; General Info Plug-in &amp;gt; send command to device &amp;gt; Send Mail&lt;br /&gt;
&lt;br /&gt;
test directly in command line:&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31845</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31845"/>
		<updated>2012-08-14T17:22:34Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1. Configure your mail settings.&lt;br /&gt;
&lt;br /&gt;
Wizard &amp;gt; basic info &amp;gt; Email setup&lt;br /&gt;
&lt;br /&gt;
The questions asked here are fairly straight forward if you know the correct answers. if you are unsure i would suggest trying to configure pop/smtp account on a computer at home first with the same settings. remember your smtp server must be able to authenticate with a username and password.&lt;br /&gt;
&lt;br /&gt;
use the test button to confirm your mail settings are correct.&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31844</id>
		<title>Respond To Events By Email</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Respond_To_Events_By_Email&amp;diff=31844"/>
		<updated>2012-08-14T17:22:15Z</updated>

		<summary type="html">&lt;p&gt;Foogee: Created page with &amp;quot;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial will show you how to setup LinuxMCE to respond to events by Email. Example would be emailing a notification when a security sensor is tripped.&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Event4.png&amp;diff=31843</id>
		<title>File:Event4.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Event4.png&amp;diff=31843"/>
		<updated>2012-08-14T16:58:53Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Event3.png&amp;diff=31842</id>
		<title>File:Event3.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Event3.png&amp;diff=31842"/>
		<updated>2012-08-14T16:57:36Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Event2.png&amp;diff=31841</id>
		<title>File:Event2.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Event2.png&amp;diff=31841"/>
		<updated>2012-08-14T16:56:12Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=File:Event1.png&amp;diff=31840</id>
		<title>File:Event1.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=File:Event1.png&amp;diff=31840"/>
		<updated>2012-08-14T16:55:00Z</updated>

		<summary type="html">&lt;p&gt;Foogee: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Foogee</name></author>
	</entry>
</feed>