well it seems that i cant get the asp version to work at all.
here is where im at...
i wanna use the perl version, located here:
http://nms-cgi.sourceforge.net
this is the html form that im using:
<form method="post" action="http://www.surrealentertainment/cgi-bin/FormMail.pl">
<input type="hidden" name="recipient" value="surreal25@msn.com" />
<p><font color="#FFFFFF">Please enter your name below</font></p>
<p><input type="text" name="feedback" size="33" />
<input type="submit" />
<input type="hidden" name="redirect" value="http://www.surrealentertainment/check/thanks.htm" />
</form>
this is the setting in the formmail.pl file
$DEBUGGING = 1;
$emulate_matts_code= 0;
$secure = 1;
$allow_empty_ref = 1;
$max_recipients = 5;
$mailprog = 'SMTP:surrealentertainment.net';
$postmaster = '';
@referers = qw(surrealentertainment.net localhost);
@allow_mail_to = qw(
surreal25@msn.com localhost);
@recipients = ();
%recipient_alias = ();
@valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER HTTP_USER_AGENT);
$locale = '';
$charset = 'iso-8859-1';
$date_fmt = '%A, %B %d, %Y at %H:%M:%S';
$style = '/css/nms.css';
$no_content = 0;
$double_spacing = 1;
$wrap_text = 0;
$wrap_style = 1;
$address_style = 0;
$send_confirmation_mail = 0;
$confirmation_text = <<'END_OF_CONFIRMATION';
From:
surreal25@msn.com
Subject: form submission
Thank you for your form submission.
# use lib './lib';
to view the website you can go to
http://www.surrealentertainment.net and click on check availability and then click on check availability again...
im not sure what to do from here, thank you all for this help, this site is live and i hate to loose any clients due to me not know what im doing...
surreal