mailing html page through email

2001-09-10 Thread naveed



dear team,

I want to send a html page through (or the html 
content) through my email

how can i do it.

thanx in advance
regrards

naveed


Re: mailing html page through email

2001-09-10 Thread Artur Penttinen

On Mon, 10 Sep 2001, naveed wrote:

 From: naveed [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: mailing html page through email
 Date: Mon, 10 Sep 2001 01:34:22 -0700
 X-Mailer: Microsoft Outlook Express 5.00.2615.200
 X-Procmail-List: mod_perl Mailing List

 dear team,

 I want to send a html page through (or the html content) through my email

 how can i do it.

  perldoc MIME::Lite::HTML

wbw,artur




Re: mailing html page through email

2001-09-10 Thread clayton cottingham

 naveed wrote:
 
 dear team,
 
 I want to send a html page through (or the html content) through my
 email
 
 how can i do it.
 
 thanx in advance
 regrards
 
 naveed


i use Mail::Sender

and you can add in ctype='text/html',
to produce html

check out the perldoc for more