jdtoronto has asked for the wisdom of the Perl Monks concerning the following question:
It as but moments after I sent my last question that somebody raised the spectre of HTML emails. Situation is this, I have a contact management product (custom job for a client) which is rather nice and is all done in Perl/Tk packaged with PerlApp (from ActiveState) and uses MySQL. We want to embed an email client package into it and I have written all the basics using Net::SMTP and Net::Pop3. The idea is to have an email system that keys the email to an individuals records - rather than the amorphous mess of Outlook or Eudora.
Now I have been asked if it is possible to render HTML. I gather this arises because even Outlook and Eudora use HTML mark-up to do 'styled' text. I think that even Eudora doesn;t do its own HTML rendering, it uses the browsers rendering engine. Is it possible to do this within a Perl Application? Preferably one using Tk?
Any help appreciated!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl/Tk application rendering HTML?
by kvale (Monsignor) on Feb 24, 2005 at 22:11 UTC | |
by wolfger (Deacon) on Feb 25, 2005 at 12:56 UTC | |
by dogsbody (Initiate) on Feb 26, 2005 at 13:25 UTC | |
by jdtoronto (Prior) on Feb 25, 2005 at 02:08 UTC | |
by acid06 (Friar) on Feb 25, 2005 at 17:27 UTC | |
by kvale (Monsignor) on Feb 25, 2005 at 04:41 UTC |