Ewen Marshall wrote:
It must be my mail server config that can't handle the way you showed me.

I think these are all legal:


        To => '"Some Name" <[EMAIL PROTECTED]>';
        To => '[Some Name] <[EMAIL PROTECTED]>';
        To => 'Some Name <[EMAIL PROTECTED]>';


This may be the definitive way to create an address (From Mail::Adress) :


=item new( PHRASE, ADDRESS, [ COMMENT ])

Mail::Address->new("Perl5 Porters", "[EMAIL PROTECTED]");

Create a new C<Mail::Address> object which represents an address with the
elements given. In a message these 3 elements would be seen like:

 PHRASE <ADDRESS> (COMMENT)
 ADDRESS (COMMENT)


Mime::Lite uses the parse routine in the same module.


--
  ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
 (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/


_______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to