Dear <%= @name %>,
We are very pleased to inform you that your submission <%= @event.title %> has been accepted for the conference <%= @conference.title %>.
The public page of your submission can be found at:
<%= link_to "#{@event.title}", register_conference_path(@conference.short_title) %>
If you haven“t already registered for <%= @conference.title %>, please do as soon as possible:
<%= link_to "Register for #{@conference.title}", register_conference_path(@conference.short_title) %>
Feel free to contact us with any questions or concerns.
We look forward to seeing you there.
Best wishes
<%= @conference.title %> Team