parent
2343db254d
commit
3f45416d48
8 changed files with 163 additions and 36 deletions
18
app/views/mailbot/confirmed_default_template.html.erb
Normal file
18
app/views/mailbot/confirmed_default_template.html.erb
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Dear <%= @name %>,</p>
|
||||
|
||||
<p>Thank you for the confirmation of <%= @event.title %>. Unfortunately you are
|
||||
not registered for the conference <%= @conference.title %>. Please register as soon as possible:</p>
|
||||
|
||||
<p><%= link_to "Register for #{@conference.title}", register_conference_path(@conference.short_title) %></p>
|
||||
|
||||
<p>Feel free to contact us with any questions or concerns.</p>
|
||||
|
||||
<p>We look forward to seeing you there.</p>
|
||||
|
||||
<p>Best wishes</p>
|
||||
|
||||
<p><%= @conference.title %> Team</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue