Les demandes d'informations sont aussi envoyées en copie aux modérateurs
This commit is contained in:
parent
3968a8a4fe
commit
f75d4ee993
@ -3,7 +3,8 @@ class NoteMailer < ActionMailer::Base
|
||||
@note = note
|
||||
|
||||
mail 'In-Reply-To' => "<event-#{note.event.id}@#{ActionMailer::Base.default_url_options[:host]}>",
|
||||
to: note.event.contact,
|
||||
to: note.event.submitter,
|
||||
cc: AgendaDuLibreRails::Application.config.action_mailer.default_options[:from],
|
||||
subject: t('note_mailer.create.subject', subject: note.event.title)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user