|
|
@@ -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
|