>>>>> "Paul" == Paul Harwood <[EMAIL PROTECTED]> writes:

Paul> I am trying to learn the best way to send HTML formatted reports via
Paul> e-mail using the standard modules that come with Perl 5.8. The examples
Paul> I have seen  assign blocks of HTML code to scalars and pass them to the
Paul> NET::SMTP datasend() method etc. I was wondering if there was a better,
Paul> more efficient way of doing this (maybe using filehandles?). The FORMAT
Paul> command works ok for screen output but I wanted to have things look
Paul> fancier when I send the report via email.

I presume this is only for people who had explicitly signed up to
get HTML reports.  I reject HTML email, reading only the text fork,
and I know many others who do likewise.

HTML is for the web, not for email.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
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