$Bill,

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

returns the error: Infinite loop in ruleset 3, rule 8
Is this a mail server configuration??

Ewen

$Bill Luebkert wrote:
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]>'


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

Reply via email to