ValueMelody / melody-auth

A turnkey OAuth & authentication system, designed for both Cloudflare Workers and Node.js
https://auth.valuemelody.com/
MIT License
56 stars 3 forks source link

Postmark email API #157

Closed serrf0f closed 2 months ago

byn9826 commented 2 months ago

Hi, thanks for your PR. Apologies for the lack of contribution guidance earlier. I’ve just added a simple guide at https://github.com/ValueMelody/melody-auth/blob/main/.github/CONTRIBUTING.md which outlines a few basic requirements.

Regarding email provider, as noted in this article https://6sense.com/tech/transactional-email/sendgrid-market-share Currently SendGrid is most popular one, and Brevo(SendinBlue) also have a sizable market share plus offering a more generous free tier compared to SendGrid. It make sense to support the major mailer providers, but would be a pain to support every one of them especially due to the difficulty of testing mailer functionality. Could you clarify why you’d like to integrate with Postmark specifically?