Invitation email
I probably missed something but in the doc, I don't understand how the invitation email is actually sent.
We can read this:
No email is sent as obviously, better-auth doesn't know how to send an email.
My stack: - Sveltekit - Drizzle + Zod - Better-auth Here is my config Can anyone point me in the right direction?
My stack: - Sveltekit - Drizzle + Zod - Better-auth Here is my config Can anyone point me in the right direction?
4 Replies
hey @DarkZelus ,
check out this part of the docs : https://www.better-auth.com/docs/plugins/organization#setup-invitation-email
Here is the example from there
where then sendOrganizationInvitation is a function you create to use a email provider of your choice
Organization | Better Auth
The organization plugin allows you to manage your organization's members and teams.
Ohhhh how could I miss that?
Thanks a lot @Jonas Dautel
no worries 🙂 i have been there xD
Ah ah ok 😉
Take care