fix mail template use erb for plain

This commit is contained in:
2023-02-09 13:09:31 +02:00
parent 66bfa99ca3
commit 9752543412
2 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1,18 @@
Hello <%= @data['name'] %>
This is an automated message confirming that we have receievd your request
Your form input is listed below. If you need to amend or correct, you may reply
to this email.
You will hear from us in the next few days
Your friendly Feenix Bot
Data received
-------------
<%- @data.each do |name , value| %>
<%= name %> : <%= value %>
<%- end %>