SMTPSend v1.23

Welcome to SMTPSend v1.22, A shareware ISAPI module to allow you to send Internet (SMTP) email from your web server. You can use this to implement Interactive elements on your Web site such as Guest Books, Question and Answer sections etc.

 

Usage
History
Shareware Notice
Planned Enhancements
Contacting the Author

 

 

 

Usage

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. The module was developed using MFC. It does not require any special dlls to be installed on the web server as it statically links to MFC.

 

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. Calling the SMTPSend module directly without any function name or parameters will simple HTML page describing the use of SMTPSend with links to relavent pages

 

 

The module includes one end user function, called "Send" and it takes 7 parameters namely:

 

server: This is the address of the SMTP mail server to use. This will normally have the form "mail.someisp.com".

to: This is a list of email addresses of who the email is to be sent to. e.g "pjna@naughter.com, pj.naughter@softech-telecom.com"

cc: This is a list of email addresses of who the email is CC'ed (Carbon Copied) to. e.g "pjna@naughter.com, pj.naughter@softech-telecom.com"

bcc: This is a list of email addresses of who the email is BCC'ed (Blind Carbon Copied) to. e.g "pjna@naughter.com, pj.naughter@softech-telecom.com"

from: This is the email address of who the email is from. e.g "president@whitehouse.gov"

subject: This is the subject line of the email. e.g. "Re: SMTPSend"

body: This is the message body of the email. e.g "Keep up the good work"

subjectprefix: This is a piece of text which will be prefixed to the subject line. This can be helpful if you are developing a guestbook type of application, where you could use SMTPSend to prefix all guestbook emails send to you with something like "Guestbook - ". You could then set up a filter in your email program to send all messages with this in the subject like into a special folder for all your guestbook emails.

okpage: This is the URL of the page the module should return after successfully sending the email. e.g. "sendok.htm". Please note that this parameter is ignored in evaluation copies of SMTPSend. Instead a hardcoded page is returned informed the user that an unregistered copy of SMTPSend is in use. Registration of SMTPSend removes this limitation.

As an example have a look at the default page returned which includes a form to allow all of the values to be changed

 

 

 

History

V1.0 (10 January 1999)

V1.1 (11 January 1999)

V1.2 (18 January 1999)

V1.21 (20 January 1999)

V1.22 (22 February 1999)

V1.23 (14 May 1999)

 

 

 

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 HTML page when you cannot change until you register.

 

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 and be made out to:

PJ Naughter,
Cahore,
Ballygarrett,
Gorey,
Co. Wexford.

Once you receive the registration details from me, just fill in the details in the form which is returned from the default page is returned in the SMTPSend DLL.

 

 

 

Planned Enhancements

 

 

 

CONTACTING THE AUTHOR

PJ Naughter
Email: pjna@naughter.com
Web: http://www.naughter.com
17 April 2000