Why not...
my @smtp = (Net::SMTP->new('my.mailserver.ca'),...etc); [download]
You could use then a simple for loop...
In reply to Re: Net::SMTP - mass mail by chanio in thread Net::SMTP - mass mail by quelance