Everyday a file, everyday.dat, needs to be emailed to the CIO's. The file is always called everyday.dat, and is always found in the same place on the server.
Is it possible to set an email link on a page to send an email to CIO's address and attach everyday.dat?
I told them they could put a mailto: and then attach the file from the email and send, but thats a bit too much work.
Any help is appreciated.
Justa.
This allows you to create an e-mail (on the server) and attach files to it. You can then set this up to be sent through interaction with a page on a server (i.e. by simply calling it). These resources should help you:
[powerasp.com...]
[devguru.com...]
You can almost certainly do this with other server-side scripting technologies too. Somebody else here can probably fill you in on the Perl, CGI options etc.