Change the email address we send emails with
Also add a display name, so that we don't show just a dumb email address
This commit is contained in:
parent
e14d1a6c15
commit
84ae1a0c0b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
class ApplicationMailer < ActionMailer::Base
|
||||
default from: "tps@apientreprise.fr"
|
||||
default from: "'Téléprocédures Simplifiées' <contact@tps.apientreprise.fr>"
|
||||
layout 'mailer'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue