Skip to content
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

Merged
merged 4 commits into from
Sep 15, 2024

fix: build error

3944f1d
Select commit
Loading
Failed to load commit list.
Merged

fix(email): allow for custom http mail implementations off of nodemailer #11686

fix: build error
3944f1d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 15, 2024 in 0s

39.34% (+0.00%) compared to 270fc6c

View this Pull Request on Codecov

39.34% (+0.00%) compared to 270fc6c

Details

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 39.34%. Comparing base (270fc6c) to head (3944f1d).

Files with missing lines Patch % Lines
packages/core/src/providers/email.ts 0.00% 3 Missing ⚠️
packages/core/src/providers/nodemailer.ts 0.00% 3 Missing ⚠️
packages/core/src/providers/mailgun.ts 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.