|
Posted by amygdala on 08/21/06 07:54
"Ernestino" <Ernesto@sparalesto.it> schreef in bericht
news:44e956f3$0$989$5fc30a8@news.tiscali.it...
> Hi,
>
> I have this problem. I created a script to send newsletters by email, but
> whenever I write a link in the text of the message, it is non clickable
> when it arrives to the user, say, www.mydomain.com, but if I write <a
> href="www.mydomain.com">My Url</a> it works fine.
> Now, I friend of mine has told me that with his old site, developed in
> ASP, he only had to write the link, without any tag, and when the message
> arrived, every link was clickable.
>
> Could anyone give me an advice?
>
> Francesco
I'm not sure whether this is PHP related.
But here are my 2 cents:
Are you sending text or HTML e-mails?
If you are sending HTML mails my guess would be that you always have to
enclose url's in <a href... > tags
In case of text e-mails:
Are you sure the e-mail clients automatically translate url's into
hyperlinks?
Could be some security setting prohibiting this.
Also http:// in front of links could help.
Navigation:
[Reply to this message]
|