
SMTPSend v1.23
A shareware ISAPI
module to send Internet (SMTP) email (Obsolete)
You can use this module to implement
Interactive elements on your Web site such as Guest Books, Question and Answer sections
etc. To use the module on your web server, you need to copy the SMTPSend dll on to the web
server directory where you want to use it from. All of the settings for the module can be
configured from the client side. Usually you would accomplish this using HTML
"text" and "hidden" form fields.
For further information on how to use the
module, have a look at the documentation which comes with the module in the zip file.
The enclosed
zip file contains the SMTPSend dll, sample web pages and
documentation.
Shareware Notice
SMTPSend is shareware and this trial
version is fully functional except for the okpage parameter. This means that you will not
be able to use the okpage parameter from client side code and instead will receive a
hardcoded page when an email is sent successfully.
The shareware concept means that you are
free to evaluate and use SMTPSend for up to 30 days. After this period if you are still
using SMTPSend then you should register SMTPSend with the author. The cost is $10 US.
Currently I do not support online registration for SMTPSend, but if interest is sufficient
I will consider making online registration available. Payment should be made by cheque
(payable to PJ Naughter) and sent to:
PJ Naughter,
Clonganny,
Ballygarrett,
Gorey,
Co. Wexford,
Ireland.
Once you receive the registration details from me, just fill in the
registration form on the default page which SMTPSend returns.
Updates
v1.0 (10 January 1998)
V1.1 (11 January 1999)
- Removed the restriction where the okpage was required to be in the
same directory as the SMTPSend dll. The okpage you specify can now be any URL. When an
SMTP email has been successfully sent, a HTTP 302 redirection code is sent back to the
client which the client browser can then redirect to.
- Included extra server side error checking for inappropriate empty
parameters.
- Fixed an error in the code which returned error pages when the mail
server could not be connected to and when the mail server failed to send the mail.
- Included a planned enhancements section in this file.
- Included a second test page "testsmtpsend.htm" which allows
all of the SMTPSend parameters to be changed by the client.
V1.2 (18 January 1999)
- Added support for multiple recipients in TO, CC and BCC fields.
- Added support for CC (Carbon Copy) and BCC (Blind Carbon Copy).
- SMTPSend now statically links with MFC meaning that you no longer
require the correct MFC dlls to be installed on the server.
- Module now implements a registration scheme.
- Use of the okpage parameter has been limited to the registered
version of SMTPSend.
V1.21 (20 January 1999)
- Fixed a possible synchronization problem when trying to register the
product and a send request occurs at the same time.
- Updated all version infos to 1.21
- All HTML files returned from SMTPSend are now stored as HTML
resources inside in the dll.
- Removed the testsmtpsend.htm, register.htm & testsmtpsend2.htm
files from the distribution as they are now covered by the default page.
- Improved the look of the default page returned.
V1.22 (22 February 1999)
- Now internally uses v1.31 of my SMTP class.
V1.23 (14 May 1999)
- Now internally uses v1.33 of my SMTP class.
21 December 2005
- Please note that this code is no longer being actively
developed and is obsolete because there are much better ways to send mail
from web pages. For example if you are using Windows and ASP or CGI, you can
use CDO for Windows 2000.