in reply to Sending msgs with MIME::Lite vs NET::SMTP to a list of addrs
Your mileage may vary. I don't have it installed, and I'm super lazy, but at least you got a response. :)my $msg = MIME::Lite->new( From => 'someaddr@here.com', To => join(',', @$addrs), Subject => 'Subject Text', Type => 'TEXT', Data => $$Lusertxt, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sending msgs with MIME::Lite vs NET::SMTP to a list of addrs
by cacharbe (Curate) on Sep 20, 2001 at 16:12 UTC |