Re: sendmail in html

2001-11-29 Thread Jenda Krynicky
From: "Rahul Garg" <[EMAIL PROTECTED]> > well i am trying to send mails thru sendmail in html but they are > coming in html with tags and html not getting executed. how should i > correct the prob. > > open (MAIL, "|$mail_prog -t"); &

sendmail in html

2001-11-29 Thread Rahul Garg
hi, well i am trying to send mails thru sendmail in html but they are coming in html with tags and html not getting executed. how should i correct the prob. open (MAIL, "|$mail_prog -t"); print MAIL "To: $r_mailid \n" ; print MAIL "From: $s_mailid \n" ; prin