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.


Emailer V2 Addendum
Additional configuration parameters can be passed from the command line
Emailer -pass PASSWORD -excel -d -c CHARSET -dsn DSN_NAME

-pass PASSWORD allows you to pass a password that shoudl be used to authenticate the sending of the email
	This PASSWORD should match the username specified in the system file
-excel  Will enable the emailing of excel attachments
-d will display some debug information when the emailer runs
-c CHARSET allows you to specify different default charset from ISO-8859-1
-dsn DSN_NAME allows you to specify a dsn other name ir_system to connect to send the emails
	This would be useful if you have several IR configs on the same machine, using different dsns
