From: Steven M. <nm...@ap...> - 2006-03-06 08:54:26
|
Hi, Have you spotted the file EXAMPLES packaged in with FormMail.pl? That has examples of what you need to configure in FormMail.pl and what you need to add to your HTML. The slightly longer README file is also good if you want to find out what certain inputs or configuration options are for. My advice (I am someone who's just set up FormMail for the first time!): In FormMail.pl: 1/ Put your email address in to FormMail.pl by changing this line in the User Configuration section: %recipient_alias = (); make it look like this %recipient_alias = ( me => 'my_...@ex...', ); In your HTML form: 1/ Make sure that the <form> tag has an action attribute that has the full URL of FormMail.pl. That is how you attach the form to the script. 2/ Make a hidden input tag like this: <input type="hidden" name="recipient" value="me" /> That says "use the email address for 'me' that was configured in the script". Hope that's helpful, Steven quir os wrote: > hi, i just recently downloaded your script to the cgi bin of my host > and now i am trying to figure out how to use it. > > i figure that i have to chance some values in the script so it have > the e-mail address where to send the messages, but then what else? i > have the form for the site already set but how do i "attach" it to the > script. > > i will keep on playing with the script plus your prompt reply will be > really appreciated. > > -sheska > > ------------------------------------------------------------------------ > Brings words and photos together (easily) with > PhotoMail > <http://us.rd.yahoo.com/mail_us/taglines/PMall/*http://photomail.mail.yahoo.com> > - it's free and works with Yahoo! Mail. |