Check with your ISP to make sure the items in red are correct, if not change them!
#!/usr/bin/perl ############################################################################## # FormMail Version 1.9 # Copyright 1995-2001 Matt Wright mattw@worldwidemart.com # Created 06/09/95 Last Modified 08/03/00 # Matt's Script Archive, Inc.: http://www.worldwidemart.com/scripts/ ############################################################################## # COPYRIGHT NOTICE # Copyright 1995-2001 Matthew M. Wright All Rights Reserved. # # FormMail may be used and modified free of charge by anyone so long as this # copyright notice and the comments above remain intact. By using this # code you agree to indemnify Matthew M. Wright from any liability that # might arise from its use. # # Selling the code for this program without prior written consent is # expressly forbidden. In other words, please ask first before you try and # make money off of my program. # # Obtain permission before redistributing this software over the Internet or # in any other medium.In all cases copyright and header must remain intact ############################################################################## # Define Variables # Detailed Information Found In README File.
# $mailprog defines the location of your sendmail program on your unix # system.
$mailprog = '/usr/sbin/sendmail';
# @referers allows forms to be located only on servers which are defined # in this field. This security fix from the last version which allowed # anyone on any server to use your FormMail script on their web site.
@referers = ('abc.com');
# Done ##############################################################################

Back to Index - Anton's Homepage
|