updated config file.
@@ -1,7 +1,23 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | 2 | <configuration> |
3 | 3 | <scheduler> |
4 | -<holidays>2009-01-01 | |
5 | -</holidays> | |
4 | +<holidays>2009-01-01</holidays> | |
6 | 5 | </scheduler> |
6 | +<notification> | |
7 | +<template> | |
8 | +<encoding>UTF-8</encoding> | |
9 | +</template> | |
10 | +<smtp> | |
11 | +<host>localhost</host> | |
12 | +</smtp> | |
13 | +<subject> | |
14 | +<encoding>UTF-8</encoding> | |
15 | +</subject> | |
16 | +<body> | |
17 | +<encoding>UTF-8</encoding> | |
18 | +</body> | |
19 | +<email> | |
20 | +<from>scheduler@pal.sourceforge.jp</from> | |
21 | +</email> | |
22 | +</notification> | |
7 | 23 | </configuration> |