Browse Source

post MR review fixes

Olivier Massot 1 năm trước cách đây
mục cha
commit
6a21628579
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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