in reply to Re: Re: Re: sending email from checkbox with SMTP address associated in an HTML form
in thread sending email from checkbox with SMTP address associated in an HTML form

I read the Net::SMTP and added this to the perl Scipt....for some reason I get..
"Can't call method "recipient" on an undefined value at C:\cgi-bin\mail_form.pl line 75."

$smtp->recipient("To: @addresses\n");
  • Comment on Re: Re: Re: Re: sending email from checkbox with SMTP address associated in an HTML form