hubfeenix.fi/app/views/form_mailer/received.text.erb

19 lines
375 B
Plaintext
Raw Normal View History

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 %>