forgot to for mailer

This commit is contained in:
Torsten 2023-02-09 13:19:20 +02:00
parent b0aa2f5041
commit 9b21d6aafc
1 changed files with 1 additions and 1 deletions

View File

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