Skip to content

Add normalized multi-provider delivery handlers#639

Open
PrzemyslawKlys wants to merge 6 commits into
v2-speedygonzalesfrom
codex/licensing-delivery
Open

Add normalized multi-provider delivery handlers#639
PrzemyslawKlys wants to merge 6 commits into
v2-speedygonzalesfrom
codex/licensing-delivery

Conversation

@PrzemyslawKlys

Copy link
Copy Markdown
Member

Summary

  • add normalized IMailSendService handlers for SendGrid, Mailgun, and Amazon SES
  • preserve structured recipients, attachment metadata, retry settings, and durable queue semantics across providers
  • validate provider credentials during profile diagnostics and clean provider secrets during profile deletion
  • package Mailozaurr.Application as the reusable multi-provider delivery layer and refresh the repository signing certificate

Compatibility

Existing SMTP, Graph, Gmail, and direct provider clients remain supported. Provider profiles may continue to supply the sender per message; DefaultSender remains optional and produces only a readiness warning.

Validation

The full .NET 8 and .NET Framework test matrices pass. The Mailozaurr, Mailozaurr.Application, and Mailozaurr.Cli packages build with repository provenance and valid Evotec Authenticode signatures.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8f693548bc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Sources/Mailozaurr/Mailgun/Mailgun.cs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 344a8ae12c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Sources/Mailozaurr.Application/ProviderMailSendHandlerSupport.cs Outdated
Comment thread Sources/Mailozaurr.Application/ProviderMailSendHandlerSupport.cs
Comment thread Sources/Mailozaurr.Application/SendGridMailSendHandler.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a3d1c2ff43

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Sources/Mailozaurr.Application/ProviderMailSendHandlerSupport.cs Outdated
Comment thread Sources/Mailozaurr.Application/SesMailSendHandler.cs
Comment thread Sources/Mailozaurr.Application/ProviderMailSendHandlerSupport.cs Outdated
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 77.32697% with 95 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.81%. Comparing base (46f6906) to head (ad73b34).

Files with missing lines Patch % Lines
...aurr.Application/ProviderMailSendHandlerSupport.cs 77.87% 9 Missing and 16 partials ⚠️
Sources/Mailozaurr/Mailgun/Mailgun.cs 65.15% 15 Missing and 8 partials ⚠️
Sources/Mailozaurr/AmazonSES/SesClient.cs 48.38% 13 Missing and 3 partials ⚠️
Sources/Mailozaurr/SendGrid/SendGridClient.cs 33.33% 11 Missing and 1 partial ⚠️
...s/Mailozaurr.Application/MailgunMailSendHandler.cs 88.00% 1 Missing and 5 partials ⚠️
...urces/Mailozaurr.Application/SesMailSendHandler.cs 88.46% 1 Missing and 5 partials ⚠️
Sources/Mailozaurr/Helpers/Helpers.cs 55.55% 2 Missing and 2 partials ⚠️
.../Mailozaurr.Application/SendGridMailSendHandler.cs 93.61% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##           v2-speedygonzales     #639      +/-   ##
=====================================================
+ Coverage              51.47%   51.81%   +0.34%     
=====================================================
  Files                    560      564       +4     
  Lines                  34285    34669     +384     
  Branches                5833     5901      +68     
=====================================================
+ Hits                   17647    17965     +318     
- Misses                 14341    14364      +23     
- Partials                2297     2340      +43     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b5b7759b18

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Sources/Mailozaurr/Mailgun/Mailgun.cs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8a7007e672

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Sources/Mailozaurr/AmazonSES/SesClient.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant