Skip to content
Snippets Groups Projects
Verified Commit c377bdf1 authored by David Gunnarsson's avatar David Gunnarsson
Browse files

Fix typo in mail defaults

parent 9c79ffaa
No related branches found
No related tags found
No related merge requests found
class AdminsMailer < ApplicationMailer
ADMINS_EMAIL = "backoffice@facem.com"
ADMINS_EMAIL = "backoffice@facem.at"
def account_created(user)
@user = user
......
class ApplicationMailer < ActionMailer::Base
default from: "backoffice@facem.com"
default from: "backoffice@facem.at"
layout "mailer"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment