Ewen Marshall wrote:
Hi,

How do I set the "From" field to display "Ewen Marshall <[EMAIL PROTECTED]>"
(minus the quotes!) instead of just displaying [EMAIL PROTECTED]


<CODE SNIP>
use strict;
use MIME::Lite;
$msg = MIME::Lite->new(
To =>'[EMAIL PROTECTED]',
From =>'[EMAIL PROTECTED]', # This line needs fixin' somehow???
Sender =>'Ewen Marshall',
Organization =>'My Company',
Subject =>'My Subject',
Type =>'multipart/related'
);
</CODE SNIP>

From => 'Ewen Marshall <[EMAIL PROTECTED]>'


--
  ,-/-  __      _  _         $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