Skip to content

Commit 6a82d77

Browse files
committed
feat: bcc sender in campaign
1 parent 31acfbb commit 6a82d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/algora_web/live/admin/campaign_live.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ defmodule AlgoraWeb.Admin.CampaignLive do
461461
Email.new()
462462
|> Email.to(opts[:recipient]["email"])
463463
|> Email.from(opts[:from])
464+
|> Email.bcc(opts[:from])
464465
|> Email.subject(opts[:subject])
465466
|> Email.text_body(Mailer.text_template(markdown: preview))
466467
|> Email.html_body(Mailer.html_template([markdown: preview], preheader: opts[:preheader]))

0 commit comments

Comments
 (0)