Skip to content

Commit e25ce50

Browse files
committed
make email campaign dynamic
1 parent fd2801b commit e25ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/live/admin/campaign_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ defmodule AlgoraWeb.Admin.CampaignLive do
371371
recipients
372372
|> Enum.map(fn recipient ->
373373
%{
374-
id: "2025-04-oss",
374+
id: Algora.Settings.get("email_campaign"),
375375
subject: subject,
376376
recipient_email: recipient["email"],
377377
recipient: Algora.Util.term_to_base64(recipient),

0 commit comments

Comments
 (0)