There was an error while loading. Please reload this page.
2 parents 64cda10 + 068573e commit 1e31500Copy full SHA for 1e31500
1 file changed
server/utils/magicLink.ts
@@ -237,6 +237,7 @@ export async function sendMagicLinkEmail(
237
from_email: `${config.listmonk.fromName} <${config.listmonk.fromEmail}>`,
238
subscriber_email: email,
239
template_id: parseInt(templateId),
240
+ subscriber_mode: 'external',
241
data: {
242
link: magicLink,
243
},
0 commit comments