--- /dev/null
+
+
+############################################################################
+# Mail server configuration
+############################################################################
+org.wamblee.crawler.smtp.host=falcon
+org.wamblee.crawler.smtp.port=25
+org.wamblee.crawler.smtp.username=
+org.wamblee.crawler.smtp.password=
+
+############################################################################
+# Mail notification configuration
+############################################################################
+org.wamblee.crawler.notification.from=kiss@wamblee.org
+org.wamblee.crawler.notification.to=erik@brakkee.org
+org.wamblee.crawler.notification.subject=Recording summary for today
+
\ No newline at end of file
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
+
+ <beans>
+
+ <bean id="propertyBean"
+ class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
+ <property name="locations">
+ <list>
+ <value>org.wamblee.crawler.properties</value>
+ </list>
+ </property>
+ </bean>
+ </beans>
\ No newline at end of file
--- /dev/null
+
+
+############################################################################
+# Mail server configuration
+############################################################################
+org.wamblee.crawler.smtp.host=falcon
+org.wamblee.crawler.smtp.port=25
+org.wamblee.crawler.smtp.username=
+org.wamblee.crawler.smtp.password=
+
+############################################################################
+# Mail notification configuration
+############################################################################
+org.wamblee.crawler.notification.from=kiss@wamblee.org
+org.wamblee.crawler.notification.to=erik@brakkee.org
+org.wamblee.crawler.notification.subject=Recording summary for today
+
\ No newline at end of file