Yes, they should be able to choose more than one email address to sent to. The radio button will only limit to one.
I will try to concatenate the address into one long string
and pull it from there.
@addressees = split('\0' $q->param($m_EmailGroups))
$smpt->recipient(@addressess);
Re: Re: Re: Re: Re: Sending email with Net::SMTP
by Cody Pendant (Prior) on Jul 15, 2003 at 01:42 UTC
|
Well that should do it.
Just to point out though, they're already concatenated. CGI.pm does that for you.
Every bit of code is either naturally related to the problem at hand, or else it's an accidental side effect of the fact that you happened to solve the problem using a digital computer.
M-J D | [reply] |