Enable mailjet in provider detection - #4
Closed
emmiegit wants to merge 3 commits into
Closed
Conversation
Enable mailjet feature.
jeffhuen
added a commit
that referenced
this pull request
May 28, 2026
Remove the deprecated MailerExt::validate() API for 0.7.0, wire Mailjet into typed environment configuration and auto-detection, and add Mailjet tracking provider options based on the Swoosh adapter. Record the Rust 1.96/MSRV and WASM release-scope decision, and file a Beads follow-up for the WASM feature track. Closes #1 Fixes #3 Refs #2 Refs #4
Owner
|
Thanks @emmiegit. I ported the Mailjet provider-detection fix into the current 0.7 config architecture in 3dbce6d, which closed #3. The original PR branch now conflicts with main, so I am closing this PR as superseded rather than merging it directly. The 0.7.0 changelog now credits and links back to #3/#4. |
jeffhuen
added a commit
that referenced
this pull request
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3
This addresses
mailjetbeing present in the code but not being part ofEMAIL_PROVIDER/ provider detection, which prevents it from being used except by manually instantiating its provider.It also bumps the crate version so this fix can be pulled in downstream users of
missive.