Skip to content

Commit 068573e

Browse files
committed
fix: add subscriber_mode to list monk email request
1 parent 64cda10 commit 068573e

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)