Alan F Larimer Jr wrote: > I am using a free webhosting server that allows CGI scripts, but does not allow >access to the sendmail program. This, with my current knowledge, limits my form >actions. I would like to create a form that e-mails the data to a given address, but >also produces a "Thank You" page and possibly other data work. > > At my current level of knowledge (Perl, HTML, JavaScript) I cannot figure out a way >to have the script do all of the things above. For one thing, I would like the >script to parse the POSTed data to add an URL to the mail message. Using CGI.pm I >could do it if I had access to the sendmail program, but I do not. > > Any solutions or even suggestions are more than welcome and would be greatly >appreciated.
http://search.cpan.org/search?dist=MIME-Lite although i don't know if it will work if it can't access sendmail.....good luck! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]