Joshua Colson wrote:
On Fri, 2006-05-05 at 15:25 -0700, Timothy Johnson wrote:
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
This is how its done :)
http://search.cpan.org/~dmuey/Mail-Sender-Easy-v0.0.2/Easy.pm#EXAMPLE
it can be done, that way email clients that don't support HTML will
revert back to the plain text format.
If you want to include both HTML and text versions of a message, you
need to encode it as a multipart MIME message.
This is how you can do said encoding:
http://search.cpan.org/~dmuey/Mail-Sender-Easy-v0.0.2/Easy.pm#EXAMPLE
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>