2023-02-09 12:23:45 +01:00
|
|
|
Hello <%= @data[:name] %>
|
2023-02-09 11:49:33 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
-------------
|
|
|
|
|
2023-02-09 12:09:31 +01:00
|
|
|
<%- @data.each do |name , value| %>
|
|
|
|
<%= name %> : <%= value %>
|
|
|
|
<%- end %>
|