For the third parameter of the mail command, use:

"Content-type:text/html\r\n"

I.E.:

mail($to,$subject,$body,"Content-type:text/html\r\n");

On Thu, 2003-05-29 at 11:13, christian tischler wrote:
> I use mail() to send e-mail automatically.
> 
> But all I can send is text. I would like to send links, but can figure out
> how to make them work.
> 
> Thanks,
> 
> Christian
-- 
Adam Voigt ([EMAIL PROTECTED])
Linux/Unix Network Administrator
The Cryptocomm Group


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to