Selaa lähdekoodia

post MR review fixes

Olivier Massot 1 vuosi sitten
vanhempi
commit
6a21628579
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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