To setup the IR emailer,
_____________________
1. Regsvr32 aspemail.dll , will register the aspemail dll that interactive reporting needs.
2. emailer.exe is a program designed to send all the favourite flagged as emails. 
	We suggest creating a scheduled task to run this, at the desired frequency.

The emailer depends on the presence of ir_system, as it uses this to pick up its system settings.

It is configured from the Email tab of the system settings. There are 5 settings

Email Source: The email address that the reports are sent from.
SMTP Server:  The SMTP server to use for sending the emails.
SMTP Port:    The Port of the smtp server to use. Typically 25.
URL:          This is the URL used to access the IR Server. Typically this will be http://localhost:5050/ for a desktop version
	      For an IIS install it would be http://localhost/yourvirtualdirectory/
Email Problem Reports: An email address to send problem reports to.

running emailer with the -d option will show debug information.
The emailer uses the Application log in the event log to
log its start and end, and any trouble it has sending emails.

