in reply to CGI with ASPEMAIL

We have a client with ASPEMAIL on their machine. Basically it sends email using an external SMTP server, so you can ignore it. In essence it is a COM version of the Perl email modules! It has a configuration applet that appears in the control panel and if I recall correctly it saves the server data in the registry. Although it is some time since I looked at the code I beleive we read the server info from the registry for our Perl programme.

Just find out where the SMTP server is and use any of the Perl modules to send the email. In one large windows application we use Net::SMTP quite succesfully, but we have also used the MIME modules where we need to create MIME emails with equal success.

jdtoronto