From: Tin-Shan Chau <[EMAIL PROTECTED]> > Using the following program, I managed to send a message with an > attachment to multiple recipients using option 2, but not with options > 1 and 3: > > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > use Mail::Sender; > $address1 = '[EMAIL PROTECTED]'; > $address2 = '[EMAIL PROTECTED]'; > > #$recipients = [$address1, $address2]; # 1. not OK > #$recipients = $address1 . ',' . $address2; # 2. OK > push @recipients, $address1, $address2; # 3. not OK
It's simply not implemented (yet). Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]