2023-02-09 12:32:44 +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:32:44 +01:00
|
|
|
<%- @data.each do |key , value| %>
|
|
|
|
<%=key %> : <%= value %>
|
2023-02-09 12:09:31 +01:00
|
|
|
<%- end %>
|