supastarter for Next.jsMailing
Custom provider
Learn how to use a custom provider for sending emails.
You can also use any other provider you like, by creating a new file in the provider
folder and implementing the
SendEmailHandler
interface:
Then, make sure to export your custom provider in the /packages/mail/src/provider/index.ts
: