Strange message rendering link_to

I’ve included ActionView::Helpers::UrlHelper on my ActionMailer class to
render tags like link_to, but for some reason whenever my email template
renders the link_to tag the results come out as “(click to that page, or
however you have that set up)” instead of being a real link tag.

Any idea?

Thanks!

Never mind, was reading the wrong line… :stuck_out_tongue:

Mark wrote:

I’ve included ActionView::Helpers::UrlHelper on my ActionMailer class to
render tags like link_to, but for some reason whenever my email template
renders the link_to tag the results come out as “(click to that page, or
however you have that set up)” instead of being a real link tag.

Any idea?

Thanks!