homepage redesign
This commit is contained in:
@ -8,4 +8,14 @@ class Mailer < ActionMailer::Base
|
||||
:subject => t(:password_reset_subject))
|
||||
end
|
||||
|
||||
def contact_us(from_email, message)
|
||||
mail(to: SUPPORT_EMAIL,
|
||||
from: from_email,
|
||||
reply_to: from_email,
|
||||
body: message,
|
||||
content_type: "text/html",
|
||||
subject: "Contact Us Form")
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user