HTML email is pretty easy to do, especially for simple formatting.
There shouldn't be anyone out there that can't receive HTML email.  If
you really want to accommodate everyone, you could add both the HTML and
text format emails.  I'm not 100% sure how that one is done, but I know
it can be done, that way email clients that don't support HTML will
revert back to the plain text format.

For HTML all you really have to do is add the "Content-type: text/html"
line to your header and format the message accordingly as long as you
aren't doing anything else fancy.


-----Original Message-----
From: Wagner, David --- Senior Programmer Analyst --- WGO
[mailto:[EMAIL PROTECTED] 
Sent: Friday, May 05, 2006 10:02 AM
To: [email protected]
Subject: Email going from plain text to be able to show text in color,
bold, etc

        For all the email I have been generating for within our
organization, we just send plain text msgs. No real problems, but now
the business partners are asking for say, color on a date or bold on a
header.....

        I have the modules Sender and Sendmail with 95% of the mail
being done with Sendmail.

        So what are the options in making something like this work?
attachment, html, ?????

<snip>


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to