i had read somewhere in this forum for something like make_clickable.
QuoteClick %s to log in.', //cpg1.4
I want the link to be active but when I use <a> tag the message resieves empty.
is there somthing that makes the text clickable?
What text do you want to make clickable?
This is the body of passwd reset e-mail so the link "%s" is not clickable in the e-mail and I want it to be :)
Quote'passwd_reset_body' => 'Here is the new password you requested:
Username: %s
Password: %s
Click %s to log in.', //cpg1.4
Should be clickable in some email clients. You have little control over that, since the behaviour differs from email client to email client. Not related to the make_clickable function (which is a server-sided thing, not client-sided).
10x for the help