From a680eaed1c5f0200592edc7742eefed23971b65d Mon Sep 17 00:00:00 2001 From: Xavier J Date: Mon, 2 Jan 2017 15:29:46 +0100 Subject: [PATCH] =?UTF-8?q?Change=20word=C2=A0=C2=AB=C2=A0Commentaire?= =?UTF-8?q?=C2=A0=C2=BB=20to=20=C2=AB=C2=A0Message=C2=A0=C2=BB=20into=20Ma?= =?UTF-8?q?iler=20Add=20not=20reply=20at=20this=20mail.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/mailers/notification_mailer.rb | 2 +- app/views/notification_mailer/dossier_closed.text.erb | 4 ++++ app/views/notification_mailer/dossier_refused.text.erb | 4 ++++ app/views/notification_mailer/dossier_submitted.text.erb | 4 ++++ app/views/notification_mailer/dossier_validated.text.erb | 4 ++++ .../dossier_without_continuation.text.erb | 4 ++++ app/views/notification_mailer/new_answer.text.erb | 6 +++++- 7 files changed, 26 insertions(+), 2 deletions(-) diff --git a/app/mailers/notification_mailer.rb b/app/mailers/notification_mailer.rb index 5f4303042..f42be257c 100644 --- a/app/mailers/notification_mailer.rb +++ b/app/mailers/notification_mailer.rb @@ -1,6 +1,6 @@ class NotificationMailer < ApplicationMailer def new_answer dossier - send_mail dossier, "Nouveau commentaire pour votre dossier TPS N°#{dossier.id}" + send_mail dossier, "Nouveau message pour votre dossier TPS N°#{dossier.id}" end def dossier_received dossier diff --git a/app/views/notification_mailer/dossier_closed.text.erb b/app/views/notification_mailer/dossier_closed.text.erb index 57e7c03fa..81d692a64 100644 --- a/app/views/notification_mailer/dossier_closed.text.erb +++ b/app/views/notification_mailer/dossier_closed.text.erb @@ -6,5 +6,9 @@ A tout moment, vous pouvez consulter le contenu de vos dossiers et les éventuel Bonne journée +--- +Merci de ne pas répondre à ce mail. Postez directement vos questions dans votre dossier sur la plateforme. +--- + --- L'équide TPS - tps@apientreprise.fr \ No newline at end of file diff --git a/app/views/notification_mailer/dossier_refused.text.erb b/app/views/notification_mailer/dossier_refused.text.erb index 1c061ad32..2024297be 100644 --- a/app/views/notification_mailer/dossier_refused.text.erb +++ b/app/views/notification_mailer/dossier_refused.text.erb @@ -6,5 +6,9 @@ Pour en savoir plus sur le motif du refus, vous pouvez consulter le contenu de v Bonne journée, +--- +Merci de ne pas répondre à ce mail. Postez directement vos questions dans votre dossier sur la plateforme. +--- + --- L'équide TPS - tps@apientreprise.fr \ No newline at end of file diff --git a/app/views/notification_mailer/dossier_submitted.text.erb b/app/views/notification_mailer/dossier_submitted.text.erb index bc05f0e26..2357b8bbf 100644 --- a/app/views/notification_mailer/dossier_submitted.text.erb +++ b/app/views/notification_mailer/dossier_submitted.text.erb @@ -4,5 +4,9 @@ Nous vous confirmons que votre dossier N°<%=@dossier.id%> a été déposé aupr Bonne journée, +--- +Merci de ne pas répondre à ce mail. Postez directement vos questions dans votre dossier sur la plateforme. +--- + --- L'équide TPS - tps@apientreprise.fr \ No newline at end of file diff --git a/app/views/notification_mailer/dossier_validated.text.erb b/app/views/notification_mailer/dossier_validated.text.erb index bfe057f15..a5b19304b 100644 --- a/app/views/notification_mailer/dossier_validated.text.erb +++ b/app/views/notification_mailer/dossier_validated.text.erb @@ -6,5 +6,9 @@ Afin de finaliser son dépôt, merci de vous rendre sur <%=users_dossier_recapit Bonne journée, +--- +Merci de ne pas répondre à ce mail. Postez directement vos questions dans votre dossier sur la plateforme. +--- + --- L'équide TPS - tps@apientreprise.fr \ No newline at end of file diff --git a/app/views/notification_mailer/dossier_without_continuation.text.erb b/app/views/notification_mailer/dossier_without_continuation.text.erb index 66d0604c2..73fe7d8e2 100644 --- a/app/views/notification_mailer/dossier_without_continuation.text.erb +++ b/app/views/notification_mailer/dossier_without_continuation.text.erb @@ -6,5 +6,9 @@ Pour en savoir plus sur les raisons de ce classement sans suite, vous pouvez con Bonne journée, +--- +Merci de ne pas répondre à ce mail. Postez directement vos questions dans votre dossier sur la plateforme. +--- + --- L'équide TPS - tps@apientreprise.fr \ No newline at end of file diff --git a/app/views/notification_mailer/new_answer.text.erb b/app/views/notification_mailer/new_answer.text.erb index 947d7826d..d6874bd6d 100644 --- a/app/views/notification_mailer/new_answer.text.erb +++ b/app/views/notification_mailer/new_answer.text.erb @@ -1,10 +1,14 @@ Bonjour <%= @user.email %> -Un nouveau commentaire est disponible dans votre espace TPS. +Un nouveau message est disponible dans votre espace TPS. Pour le consulter, merci de vous rendre sur <%=users_dossier_recapitulatif_url(dossier_id: @dossier.id)%> Bonne journée +--- +Merci de ne pas répondre à ce mail. Postez directement vos questions dans votre dossier sur la plateforme. +--- + --- L'équide TPS - tps@apientreprise.fr \ No newline at end of file