Overview description of notifications package.

Testing Subscription email

As the sending of the email to the subscribers is only once a day you change the code in the NotificatioModule to:

	Date now = new Date();
	long l = now.getTime()+(2*60*1000);
	t.schedule(ttask, new Date(l), 1 * 60 * 1000);