I am using action mailer. I want to use embedded links such as :
Instead of using http://www.mycompany.com , i want it as My Company
which can be clicked with href to http://www.mycompany.com.
But in the mails that go out i get the links in raw form:
<a href='http://mycompany.com/tour’>Take a tour</a>