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 fd2801b commit e25ce50Copy full SHA for e25ce50
lib/algora_web/live/admin/campaign_live.ex
@@ -371,7 +371,7 @@ defmodule AlgoraWeb.Admin.CampaignLive do
371
recipients
372
|> Enum.map(fn recipient ->
373
%{
374
- id: "2025-04-oss",
+ id: Algora.Settings.get("email_campaign"),
375
subject: subject,
376
recipient_email: recipient["email"],
377
recipient: Algora.Util.term_to_base64(recipient),
0 commit comments