start on news mailer
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
class FormMailer < ApplicationMailer
|
||||
default from: "info@hubfeenix.fi" , bcc: "info@hubfeenix.fi"
|
||||
|
||||
def received(data)
|
||||
def received(data )
|
||||
@data = data
|
||||
mail(to: data['Email'] , subject: "We have received your request")
|
||||
end
|
||||
|
Reference in New Issue
Block a user