
Cure
User
Feb 21, 2000, 7:07 PM
Post #2 of 4
(392 views)
|
|
Re: Form-to- email in html format
[In reply to]
|
Can't Post
|
|
Hi Example: open (MAIL, "|sendmail -t") | | die "Can't open mailprogram $!\n"; print MAIL <<END_OF_MAIL; To: john From: jon doe Subject: perl Content-Type: text/html <html> <body> whatever </body> </html> END_OF_MAIL close (MAIL); Cure
|