I just started using Mail::Mailer--in testing what happens to misaddressed, inactive or otherwise unaddressable mail, the program doesn't seem to know about this type of error---the mailer seems to be fine just sending a properly formatted message and only complains if the smtp server is not accessible. How are you trapping for unaddressed mail from the mailer? Would using Net::SMTP offer something better?
Thanks -----Original Message----- From: David Storrs [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 6:38 PM To: Wiggins d'Anconia Cc: Perl 6 Beginners list Subject: Re: Rational Clearcase perl and Mail::Send On Sat, Jun 14, 2003 at 11:59:55AM -0500, Wiggins d'Anconia wrote: > David Storrs wrote: > > Is anyone familiar with Mail::Send and, if so, do you have an answer > > to this? > > > > It appears Mail::Send just wraps Mail::Mailer, which states that in > its > open call, headers may be specified as either a scalar or as an array > reference. Try setting the 'to' parameter to an array reference. Thanks, we got it working. --Dks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]