Skip to content

Commit

Permalink
Send mailjet error reports to the backend group email (#4437)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIvanoff authored Oct 21, 2024
1 parent 348a7a8 commit 8a61085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sanbase/email/template_mailer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a61085

Please sign in to comment.