From 8a61085d362a9f28ab48ac146d9493000f577368 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Oct 2024 12:57:34 +0300 Subject: [PATCH] Send mailjet error reports to the backend group email (#4437) --- lib/sanbase/email/template_mailer.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sanbase/email/template_mailer.ex b/lib/sanbase/email/template_mailer.ex index ad10dd610..966169114 100644 --- a/lib/sanbase/email/template_mailer.ex +++ b/lib/sanbase/email/template_mailer.ex @@ -28,7 +28,7 @@ defmodule Sanbase.TemplateMailer do |> subject(subject) |> put_provider_option(:template_id, template[:id]) |> put_provider_option(:template_error_deliver, false) - |> put_provider_option(:template_error_reporting, "tsvetozar.p@santiment.net") + |> put_provider_option(:template_error_reporting, "team.backend@santiment.net") |> put_provider_option(:variables, vars) |> deliver() else