Re: HTML reports via email

2004-01-26 Thread Jenda Krynicky
From: "Paul Harwood" <[EMAIL PROTECTED]> > I am trying to learn the best way to send HTML formatted reports via > e-mail using the standard modules that come with Perl 5.8. The > examples I have seen assign blocks of HTML code to scalars and pass > them to the NET::SMTP datasend() method etc. I wa

Re: HTML reports via email

2004-01-26 Thread Daniel Staal
--As off Sunday, January 25, 2004 5:30 PM -0800, Paul Harwood is alleged to have said: I am trying to learn the best way to send HTML formatted reports via e-mail using the standard modules that come with Perl 5.8. The examples I have seen assign blocks of HTML code to scalars and pass them to t

Re: HTML reports via email

2004-01-26 Thread Randal L. Schwartz
> "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:

HTML reports via email

2004-01-26 Thread Paul Harwood
I am trying to learn the best way to send HTML formatted reports via e-mail using the standard modules that come with Perl 5.8. The examples I have seen assign blocks of HTML code to scalars and pass them to the NET::SMTP datasend() method etc. I was wondering if there was a better, more efficient