parent
2343db254d
commit
3f45416d48
8 changed files with 163 additions and 36 deletions
14
app/views/mailbot/rejected_default_template.html.erb
Normal file
14
app/views/mailbot/rejected_default_template.html.erb
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<html>
|
||||
<body>
|
||||
<p>Dear <%= @name %>,</p>
|
||||
|
||||
<p>Thank you for your submission <%= @event.title %> for the conference <%= @conference.title %>.
|
||||
After careful consideration we are sorry to inform you that your submission
|
||||
has been rejected.</p>
|
||||
|
||||
<p>Best wishes</p>
|
||||
|
||||
<p><%= @conference.title %> Team</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue