We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587eebb commit 4f59bc8Copy full SHA for 4f59bc8
1 file changed
src/betterAuth.ts
@@ -539,6 +539,7 @@ export const getBetterAuthOptions = (pool: Pool): BetterAuthOptions => {
539
identifiers: { id: user.id },
540
message_data: { url, name: user.name },
541
to: user.email,
542
+ send_to_unsubscribed: true,
543
});
544
},
545
password: {
@@ -572,6 +573,7 @@ export const getBetterAuthOptions = (pool: Pool): BetterAuthOptions => {
572
573
identifiers: { email },
574
message_data: { otp, type },
575
to: email,
576
577
578
579
}),
0 commit comments