-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(email): allow for custom http mail implementations off of nodemailer #11686
fix(email): allow for custom http mail implementations off of nodemailer #11686
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@ndom91 is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11686 +/- ##
=======================================
Coverage 39.34% 39.34%
=======================================
Files 185 185
Lines 29350 29350
Branches 1270 1270
=======================================
Hits 11549 11549
Misses 17801 17801 ☔ View full report in Codecov by Sentry. |
☕️ Reasoning
currently solutions using a custom configuration of sendVerificationRequest for the nodemailer provider still require a server config object passed even though it's type is not mandatory which is not need for implementations that for example use a sdk like aws-ses or react-email
🧢 Checklist
🎫 Affected issues
Fixes: #10376 (comment)
📌 Resources