in reply to Net::SMTP - mass mail
Why not...
my @smtp = (Net::SMTP->new('my.mailserver.ca'),...etc);
You could use then a simple for loop...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Net::SMTP - mass mail
by ozone (Friar) on May 09, 2004 at 11:58 UTC |