I am unsure how to add a link to the body of mail_to.
i would like to make @social.title (BGF Ventures: the truth about fundraising) a link, so when clicked the user is directed to the page of the event/social.
Is this possible? if so, could one advise me how
i have the below code:
<span>
<%= mail_to '', '', class: "fa fa-envelope",
subject: "#{@social.title}",
body: "Hi, would like to invite you to the social '#{@social.title}'" %>
</span>