Explorar el Código

post MR review fixes

Olivier Massot hace 1 año
padre
commit
6a21628579
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/packages/monolog.yaml

+ 2 - 2
config/packages/monolog.yaml

@@ -71,7 +71,7 @@ monolog:
             handler: cron_info_mailer
         cron_info_mailer:
             type:           symfony_mailer
-            from_email:     "cron@opentalent.fr"
+            from_email:     "mail.report@opentalent.fr"
             to_email:       "exploitation@opentalent.fr"
             subject:        "Cron - Execution Report"
             level:          info
@@ -89,7 +89,7 @@ monolog:
             handler: cron_critical_mailer
         cron_critical_mailer:
             type:           symfony_mailer
-            from_email:     "cron@opentalent.fr"
+            from_email:     "mail.report@opentalent.fr"
             to_email:       "exploitation@opentalent.fr"
             subject:        "Cron - Critical Error"
             level:          critical