Hello,

On 05/29/2003 12:13 PM, 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.

In most mail programs, if you start address in text messages with http:// or mailto: for instance, they will highlight them as links.


However, if you want to put arbitrary text in links you need to compose and send HTML messages.

In that case you may want to try this class for composing and sending HTML messages properly:

http://www.phpclasses.org/mimemessage

--

Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/


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



Reply via email to