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:
gregoirenovel 2017-05-11 14:32:32 +02:00
parent e14d1a6c15
commit 84ae1a0c0b
2 changed files with 2 additions and 2 deletions

View file

@ -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