Add hyperlink in mail

I am new to ruby on rails.

my requirement is to add a hyperlink to body of the mail sent from
application developed in RoR. Can someone please help me wit some code
sample.

Regards.

On Thursday, April 9, 2015 at 7:01:35 AM UTC+1, chr83 wrote:

I am new to ruby on rails.

my requirement is to add a hyperlink to body of the mail sent from
application developed in RoR. Can someone please help me wit some code
sample.

You use the same link_to helper as you would in a normal view (except
that
you must specify the host)

Fred