in reply to Re: Re: Net:SMTP multiple sent to
in thread Net:SMTP multiple sent to

A list of emails. Not a single scalar with all emails separated by commas.
my @emails = ('foo@var.com', 'bar@foo.com'); $smtp->to(@emails);
--perlplexer