How to send notification

Two types of notifications are in this page. The first one is sending notification to E-Mail. The other one is sending notification to HTTP server 1 or 2. The "Test" button helps you to varify if the settings in this page is correct or not.

Send Notification to E-Mail

Three settings are needed in this function.

Setting Description Example
E-Mail Recipients Recipient E-Mail address. This field could not be empty.
It chould be the multiple recipients.
The ';' is used to seperate recipient E-Mail addresses.
No space character is in front of the recipient E-Mail address.
The max. length is 63 bytes.
user1@test.com;user2@test.com;tester@company.com
Subject Subject of notification. This field could not be empty.
The max. length of subject is 31 bytes.
Testing Message
Message Notification message. This field could not be empty.
The max. length of subject is 151 bytes.
motion region 1 was triggered!!

Send Notification to HTTP Server

Three settings are needed in this function.

Setting Description Example
CGI Path & Program The CGI program in the remote HTTP server to response this notification message
The CGI path form the HTTP server root has to be included here.
This field could not be empty and the max. length is 63 bytes.
/cgi-bin/MsgHandle.cgi
where
/cgi-bin is the path of CGI program, MsgHandle.cgi. It starts from HTTP server root.
URL Command URL command with notification message. This field could be ignored if no URL command is specified.
The max. length of subject is 31 bytes.
DIO_OUTPUT=0x01
Message Notification message. This field could not be empty.
The max. length of subject is 151 bytes. The message will be sent in URL command format. The "Message" is the URL command to carry this notification message. The space character in the message will be transferred to "+".
motion region 1 was triggered!!
The notification in above example will be composed like this in HTTP URI.
http://xxx.xxx.xx.xx/cgi-bin/MsgHandle.cgi?DIO_OUTPUT=0x01&Message=motion+region+1+was+triggered!!

Test Button

The Test Button helps you to check if the settings in the page is correct or not.
The device will sent the testing notification message to the remote server. Here is the format of testing notification message.

1. E-Mail Recipients are the settings in the E-Mail Recipients field.
2. Subject is "Event Test" + the setting of Subject
3. Message is "Event Test" + the setting of Message
1. CGI Path & Program are the settings in the CGI Path & Program field
2. URL Command is not used.
3. Message is "Event Test" + the setting of Message