RE: Changing Subject color using MIME::Lite

2010-08-23 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of A F Sent: 22 August 2010 18:31 To: Howard Tanner Cc: perl-win32-users@listserv.ActiveState.com Subject: Re: Changing Subject color using MIME::Lite Is there any other

Re: Changing Subject color using MIME::Lite

2010-08-22 Thread Jenda Krynicky
From: A F perl95...@yahoo.com Hi All, Is there a way to make the subject (not the body) of the email sent by MIME::Lite in different color like red or something? sub sendmail {    my ($to,$cc,$subject,$data) = @_;  my $msg = MIME::Lite-new(  From ='$from,  To =$to,  

Re: Changing Subject color using MIME::Lite

2010-08-22 Thread A F
Is there any other mail module that allows that?  From: Howard Tanner tan...@optonline.net To: A F perl95...@yahoo.com Sent: Fri, August 20, 2010 2:13:30 PM Subject: RE: Changing Subject color using MIME::Lite No. You can’t change the color of the subject

RE: Changing Subject color using MIME::Lite

2010-08-22 Thread Howard Tanner
-users@listserv.ActiveState.com Subject: Re: Changing Subject color using MIME::Lite Is there any other mail module that allows that? _ From: Howard Tanner tan...@optonline.net To: A F perl95...@yahoo.com Sent: Fri, August 20, 2010 2:13:30 PM Subject: RE: Changing Subject color using

Changing Subject color using MIME::Lite

2010-08-20 Thread A F
Hi All, Is there a way to make the subject (not the body) of the email sent by MIME::Lite in different color like red or something? sub sendmail {    my ($to,$cc,$subject,$data) = @_;  my $msg = MIME::Lite-new(  From ='$from,  To =$to,  Bcc=$cc,  Subject =$subject,  Type