mellin has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to come up with a script that periodically sends mailbox sizes to our users in graphical form (e.g. chart). Now that the actual code behind the chart creation is done I should find a way to send that chart as an image part of the E-mail message to each mailbox owner.
What I realized is that this is about message headers since client side software (MS Office Outlook etc.) has to know someway that this message should be interpreted as HTML instead of plain text. But what I don't really know is that what Perl module I should pick among all those available from CPAN.
Currently I'm using Net::SMTP but it does not have HTML capabilities. Any ideas, anyone?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl and HTML E-mail
by Corion (Patriarch) on Feb 11, 2009 at 08:09 UTC | |
|
Re: Perl and HTML E-mail
by uwevoelker (Pilgrim) on Feb 11, 2009 at 09:51 UTC | |
|
Re: Perl and HTML E-mail
by stonecolddevin (Parson) on Feb 11, 2009 at 14:49 UTC | |
|
Re: Perl and HTML E-mail
by dxxd116 (Beadle) on Feb 11, 2009 at 15:07 UTC | |
by mellin (Scribe) on Feb 11, 2009 at 16:25 UTC | |
by Anonymous Monk on Feb 12, 2009 at 08:43 UTC |