Oh, I see. Found the parsing bit in the code, but can't work out how to get my recipient value out:
-------------------------------
foreach(@field){
if ($_ eq $from_field_name){
$from = $FORM{$from_field_name} if $FORM{$from_field_name};
$message.="$_: " unless $send_just_data...
Hi
Sorry, but you are assuming I know how to programme!!
I am altering a programme written by someone else and only have a very basic understanding of perl.
The value for the 2nd email address is passed by the form, as it gets added to the rest of the form data when sent to the main...
Hi
Thanks for your reply. I tried
my $field_name_email = 'sendtoemailaddress';
$destination = "recipient";
$SendTo{'copies'} = 'try@sleepyfrog.com,';$destination;
It is sending to the first email, but not putting the 2nd email in.
The form is using a hidden field to provide the...
Sorry if this is very basic;
I have a form handler which has recipient:
my $field_name_email = 'sendtoemailaddress';
$SendTo{'copies'} = 'fvs01@sleepyfrog.com';
However, I want to add a second recipient, but the email address is not fixed until the form has been created by cgi. Is there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.