소스 검색

post MR review fixes

Olivier Massot 1 년 전
부모
커밋
6a21628579
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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