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.
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.
You use the same link_to helper as you would in a normal view (except that you must specify the host)
Fred