delay / sveltekit-auth-starter

This is a Sveltekit auth starter project. It utilizes Lucia for authentication, Skeleton for ui elements, Prisma for database connectivity and type safety, Lucide for icons, inlang for translation, Zod and Superforms to handle forms and validation and Sveltekit.
https://sveltekit-auth-starter.vercel.app
MIT License
215 stars 31 forks source link

use Nodemailer instead of aws-sdk/client-ses for Email Sending #9

Closed ak4zh closed 1 year ago

ak4zh commented 1 year ago

Nodemailer supports a wide range of email providers, including SMTP, Sendmail, and direct transport. So it can still leverage Amazon SES as an email service provider.

https://www.npmjs.com/package/nodemailer

delay commented 1 year ago

I will try and add this over the weekend. I was trying to minimize packages but you are right it will give people more email options if they do not want to use SES.

delay commented 1 year ago

changed it to use nodemailer for mailing.

KoljaL commented 1 year ago

Cool, but can you update the readme 😇

delay commented 1 year ago

updated the readme... thanks...