A
ab
My script is sending e-mails to certain parties. It runs fine. Now I
want to have the recipients of my Perl created e-mail to see a colored
(say: red) subject. How can I direct my mail header to do this or
should I use a trick? All our customers use Outlook.
I'm using this format to crfeate the e-mail:
from => '(e-mail address removed)',
to => '(e-mail address removed)',
subject => "this is the subject",
encoding => "7bit",
multipart => 'related
All help is appreciated.
want to have the recipients of my Perl created e-mail to see a colored
(say: red) subject. How can I direct my mail header to do this or
should I use a trick? All our customers use Outlook.
I'm using this format to crfeate the e-mail:
from => '(e-mail address removed)',
to => '(e-mail address removed)',
subject => "this is the subject",
encoding => "7bit",
multipart => 'related
All help is appreciated.