PHP mail()using html
Posted: Wed May 29, 2002 1:55 am
Hi
I wanted help with the php mail().
I am working on a little helpdesk program, and I want it to send to the users when submit requests, and notifications, but I cant pass html into the mail(), and I wanted to know what the correct way of doing this is.
Thanks
Here is the code
mail("".$worker_email_address."", "job#".$jobno."", $msg_worker,"From: $email\r\n"); }
$worker_email_address= the persons email
$jobno = the number of the job
$msg_worker = the message
$email = my email
Thanks
I wanted help with the php mail().
I am working on a little helpdesk program, and I want it to send to the users when submit requests, and notifications, but I cant pass html into the mail(), and I wanted to know what the correct way of doing this is.
Thanks
Here is the code
mail("".$worker_email_address."", "job#".$jobno."", $msg_worker,"From: $email\r\n"); }
$worker_email_address= the persons email
$jobno = the number of the job
$msg_worker = the message
$email = my email
Thanks