We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31acfbb commit 6a82d77Copy full SHA for 6a82d77
lib/algora_web/live/admin/campaign_live.ex
@@ -461,6 +461,7 @@ defmodule AlgoraWeb.Admin.CampaignLive do
461
Email.new()
462
|> Email.to(opts[:recipient]["email"])
463
|> Email.from(opts[:from])
464
+ |> Email.bcc(opts[:from])
465
|> Email.subject(opts[:subject])
466
|> Email.text_body(Mailer.text_template(markdown: preview))
467
|> Email.html_body(Mailer.html_template([markdown: preview], preheader: opts[:preheader]))
0 commit comments