
Mail on windows NT
Mail programs
These are the programs which can be used to send mail.They can be used from perl by using the system() call.
The mail message can be written to a temporary file or piped to the mail program.
These programs allow you to run an smtp server on your machine. These are required if you want to use SMTP scripts.
There are also some perl scripts which can directly send mail to an SMTP host.Here are some links.
The Files can be saved to your local hard disk and renamed to .pl files.
- Robin Chatterjee's hack of Matt's sendmail script
- Christian Mallwitz's script
- Another script By Christian Mallwitz...
- Gintaras Gruzdys' script and this is his home Location
- John Cavanaugh's Mailx Perl script
- Eric 's Form2mail script
- A command line mail script to test the smtp connection only
- A command line mail script using WIN32:OLE by "Mario Mesiti"
Copyright © Robin S. Chatterjee. All rights reserved.