Hi Ewen!

See http://www.rfc-editor.org/rfc/rfc822.txt (3.1.1. LONG HEADER FIELDS) for
a detailed explanation of the RFC822-compliant e-Mail-Headers. (Yes, I know
it�s formally MIME and not SMTP, but it�s the base for it...)

Lutz
----- Original Message -----
From: "Ewen Marshall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 25, 2003 3:17 PM
Subject: MIME::Lite


> 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>
>
> Thanks,
>
> Ewen
>
> _______________________________________________
> Perl-Win32-Admin mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>

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

Reply via email to