Make open source
This commit is contained in:
11
app/views/guest_mailer/welcome_back_email.html.erb
Normal file
11
app/views/guest_mailer/welcome_back_email.html.erb
Normal file
@ -0,0 +1,11 @@
|
||||
<p><%= @guest.email_safe_salutation %></p>
|
||||
|
||||
<p>You recently entered your email address to RSVP on <%= ENV['CANONICAL_HOST'] %>.</p>
|
||||
|
||||
<p>If you would like to view or update your RSVP, you can use the following link to get back to it:</p>
|
||||
<p><%= link_to guest_url(@guest), guest_url(@guest) %></p>
|
||||
|
||||
<p>If you have any questions, you can ask us by reply.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><%= t :wedding_couple_names %></p>
|
Reference in New Issue
Block a user