19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
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 |key , value| %>
|
|
<%=key %> : <%= value %>
|
|
<%- end %>
|