Posted by Deano on 11/30/77 11:51
rojelio@gmail.com wrote:
> ^
> they definitely want a clickable link instead of the full url path.
> but in the end if I can't get this clickable link to work i'll just
> have to do it as text. Although that even rises a problem. When the
> email displays the a href html tag it reads part of the url and makes
> it a hyper link.... but the url has spaces in it....(I know not my
> doing but there are spaces) there fore it makes the conjoined part of
> the url a link and leaves everything after the space regular text and
> that looks worse than if it were all just regular text.
Try using the php mail class, it has options for specifing html and an
alternate for non html recipients (can't remeber how this works
multipart/alternative header to the message I think??) it also has a
load of other useful bits and pieces in it which makes it a little more
secure and basically more useful than using php's mail() alone
You can find it here: http://phpmailer.sourceforge.net/
Deano
Navigation:
[Reply to this message]
|