Bo Larsson's Internet Server Software

Bo Larsson's Internet Server Software
All Contents Copyright 1997-2020 by Bo Larsson - Send questions or comments to: bliss@seagull.net
Table of Contents
Last updated 18 Jan 97
Welcome!

Perl CGI Scripts

guestbook 970118 NEW!
classifieds 970115 NEW!
search 961211
table 961201
textrotate 961121
rotater 961119
navigate 961117
redirect 961111
pcounter 961110
mailsend 961110
yourhost 961110
youraddress 961110

Java Applets

jclock 961204 NEW!
jcounter 961114

Links to Other Sites

Fisher's CGI Talk NEW!
JemTek CGI C Library
Dream Catchers CGI Scripts
Web Engineer's Toolbox
cgi-lib.pl Home Page
Common Gateway Interface
CGI Made Really Easy
CGI Programmer's Reference
Matt's Script Archive
Netamorphix CGI Page
Selena Sol's Archive

mailsend 961110

view the source

show me an example

This is an extremely simple script designed to grab the contents of a form and mail it to a designated email address. It will strip out all the weird characters and create a message that is easy on the eyes.

To use it, make sure your form has all the necessary variables configured. That's all there is to it. Although it doesn't do much error checking, and it doesn't take into consideration duplicate variable names, it still works fairly well.

I've used a variation of this script in many situations, and it's never given me a problem. You should be able to get the same results.