still form data

This commit is contained in:
2023-02-09 13:32:44 +02:00
parent 6cdd30fe31
commit deaec84219
3 changed files with 5 additions and 5 deletions

View File

@ -3,6 +3,6 @@ class FormMailer < ApplicationMailer
def received(data)
@data = data
mail(to: data[:email] , subject: "We have received your request")
mail(to: data['Email'] , subject: "We have received your request")
end
end