PDA

View Full Version : Send email to users - hyperlink in email


padfoot007
04-02-2009, 04:55 AM
Hey guys,

I am sorry this might sound really noobish but this is my first time running vbulletin.

So when you send emails out to all the users in your database, how do u add hyperlink in the body of the email.

I tried
<url="http://www.mydomain.com">xyz team</url> ---> failed

[ url="http://www.mydomain.com"]xyz team[ /url] ----> failed

then i tried.....

<A HREF="http://www.mydomain.com/forums">xyz team</A> ---> failed

Could someone please help me out...

Thanks in advance.