clarion/app/views/event_mailer/confirmation_request.en.tex...

18 lines
945 B
Plaintext
Raw Permalink Normal View History

2015-10-19 12:37:56 +03:00
Hello,
We are thrilled to inform you that your request for participation in <%= @event.conference.title %> with the <%= @event.event_type.name.downcase %> titled "<%= @event.title %>" has been approved. <% if @event.slot.present? -%>
2015-10-19 12:37:56 +03:00
It has been scheduled for <%= I18n.l @event.slot.starts_at, format: :long %>.
<% else %>
It has not been scheduled yet.
<% end %>
2023-10-14 23:11:03 +03:00
To confirm your participation please follow the link below as soon as you can:
2015-10-19 20:19:28 +03:00
<%= confirm_event_url @event, host: @event.conference.host_name, protocol: 'https' %>
2015-10-19 12:37:56 +03:00
We kindly request that you ensure the inclusion of the QR code attached to this email in your presentation. It links directly to the feedback form for your presentation, making it easier for attendees to provide valuable insights.
2018-10-10 23:54:09 +03:00
Should you have any questions or require further information, please do not hesitate to contact us by replying to this email.
2015-10-19 12:37:56 +03:00
Best regards,
2015-10-19 12:37:56 +03:00
The <%= @event.conference.title %> Team