mailers: add a NO_REPLY address to transactional emails
This commit is contained in:
parent
aa1cf6788b
commit
dd6c6bfe7a
6 changed files with 17 additions and 3 deletions
|
@ -12,6 +12,7 @@ class NotificationMailer < ApplicationMailer
|
|||
helper MailerHelper
|
||||
|
||||
layout 'mailers/notifications_layout'
|
||||
default from: NO_REPLY_EMAIL
|
||||
|
||||
def send_dossier_received(dossier)
|
||||
send_notification(dossier, dossier.procedure.received_mail_template)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue