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

Set correct default from in mailer

parent 57bafae6
No related branches found
No related tags found
No related merge requests found
class ApplicationMailer < ActionMailer::Base class ApplicationMailer < ActionMailer::Base
default from: "test@example.com" default from: "backoffice@facem.com"
layout "mailer" layout "mailer"
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment