Skip to content

Commit 54d66c6

Browse files
itsmohmansthamudi
authored andcommitted
Merge Development Into Main (#200)
* feat: add from_email config for listmonk * fix: missing arabic translation keys * feat: add ckb language * fix: sorting in results' score and class columns * Fix sorting across pages & misc fixes (#198) * fix: enhance single comment display * fix: missing space in ar translation * fix: sorting across table pages * feat: add dialect parameter to analysis request (#199) * fix: remove woff font * fix: replace the woff2 font with a smaller version * fix: lazy-load some ui components * fix: remove @nuxt/fonts * fix: replace fromEmail with fromName * fix: update API request format --------- Co-authored-by: Mo Mansour <mohmans@pm.me> fix: replace the woff2 font with a smaller version fix: lazy-load some ui components fix: remove @nuxt/fonts fix: replace fromEmail with fromName fix: update API request format fix: add subscriber_mode to list monk email request
1 parent 8409170 commit 54d66c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/utils/magicLink.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export async function sendMagicLinkEmail(
237237
from_email: `${config.listmonk.fromName} <${config.listmonk.fromEmail}>`,
238238
subscriber_email: email,
239239
template_id: parseInt(templateId),
240+
subscriber_mode: 'external',
240241
data: {
241242
link: magicLink,
242243
},

0 commit comments

Comments
 (0)