wSendmail wSendmail is a tiny Win32 utility that sends emails from the command line - or you can use the program directly as a standard CGI-BIN app. In CGI-BIN mode it will pick the data from your HTML Forms and send it all as email to whoever you choose. Features: * Command line sendmail utility for Win32 (Win95/NT) * Written in c++, very fast and takes almost no resources on your server * Comforms with RFC 821 (SMTP) and RFC 822 (Standard format of ARPA Internet text messages) * Supports MIME 1.0 character encoding for European national characters * Supports multiple receivers of the email * Full CGI-BIN support. Can pick up to 500 fields from your forms and send them as email * Security feature will ensure that only authorized mailboxes are accessed (if enabled) * Freeware Limitations/bugs: * Does not comform with the UNIX sendmail line syntax * There is something wrong with the time-zone reported Feedback: From: **** To: "jgaa@telepost.no" Subject: wSendmail Date: Wed, 8 May 1996 00:15:51 -0700 X-MSMail-Priority: Normal I wanted to thank you for what in my opinion is a very COOL program. We run a small ISP in Olympia, WA, USA, and have had many users with forms on their web pages but no programming experience who wanted to use more than a tag. Your program has provided us with an easy way to let many use a standard cgi. I thank you for making this available, especially as freeware. It's people like you who make the Internet what it is. Distribution .zip file includes: * wSendmail.exe for Win95/NT * C++ source code * Sample HTML file that demonstrate the CGI-BIN mode of the program * Brief documentation file (.rtf format) * C++ source code and library for sending emails from other applications.(Thanks to Joao Carreira!)