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 > 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. -- Joshua Colson <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
