Code Comments
Programming Forum and web based access to our favorite programming groups.I have a formmail script, but am trying to pass the recipient value into it
from the external form.
type="hidden" name="recipient" value="someone@somemail.com"
I tried:
my $field_name_email = 'sendtoemailaddress';
my $destination = "recipient";
$SendTo{'copies'} = 'fvs01@sleepyfrog.com,';$destination;
But obviously wrong!
Any help would be really appreciated
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.