-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[MonologBridge] Add Mailer handler #33456
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
Conversation
edited
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #33209 |
License | MIT |
Doc PR | - |
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.
Tests are missing
@stof done, but not sure why build fails. Looks like unrelated |
Proposing this for the 4.4 milestone so that this doesn't block Mailer as a first-class citizen in 4.4/5.0 |
Any news here? I guess a PR to monolog-bundle would be also needed? |
…nolog (javiereguiluz) This PR was merged into the 4.3 branch. Discussion ---------- [Monolog] Add a caution note about Symfony Mailer and Monolog We can't fix #12758 properly until this is fixed in symfony/symfony#33456 but meanwhile we can display a caution message to avoid confusion. Commits ------- 82119af [Monolog] Add a caution note about Symfony Mailer and Monolog
Any update here? It's the last reason we are still on swiftmailer. :/ |
Hi @BoShurik, how can I help to get this for 5.1? Thank you, |
@noniagriconomie Hi! Sorry for delay. I'll add changes by the end of the week |
Needs a review |
Thank you @BoShurik. |
This PR was merged into the 5.1-dev branch. Discussion ---------- [MonologBridge] Add Mailer handler | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #33209 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | - <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against branch 4.4. - Legacy code removals go to the master branch. --> Commits ------- 5b7393b Add monolog mailer handler
As many others, this is the last reason we use SwiftMailer. Is there any chance this will be merged into SF 4.4? |
@Schyzophrenic No, new features are never backported. |
This PR was squashed before being merged into the 3.x-dev branch. Discussion ---------- Add Symfony Mailer support Add support for the new symfony mailer directly on the bundle after the MailerHandle was added to the bridge on symfony/symfony#33456 Also this can make symfony/symfony-docs#13077 move forward Tests are failing due to incompatible phpunit versions, not sure how to fix this... Commits ------- 4bea89c Add Symfony Mailer support
…(noniagriconomie, OskarStark) This PR was merged into the 5.1 branch. Discussion ---------- Document usage of Symfony Mailer for error email Related to symfony/monolog-bundle#354 and symfony/monolog-bundle#354 (comment) ---------- Should we also document that for the `v4.4` of this page, it will not be possible? The `Symfony\Bridge\Monolog\Handler\MailerHandler` was added in `v5.1` (symfony/symfony#33456) Because the wording `compatible yet` implies that it will be compatible in the future Thank you edit: I do not understand the `DOCtor-RST` check here :s Commits ------- 202b9e6 Update message d20f07c Fix: DOXtor-RST 922932f Makes DOCtor-RST happy 3df4d9e Document usage of Symfony Mailer for error email
How to use MailerHandler without framework ? |
This PR was squashed before being merged into the 3.x-dev branch. Discussion ---------- Add Symfony Mailer support Add support for the new symfony mailer directly on the bundle after the MailerHandle was added to the bridge on symfony/symfony#33456 Also this can make symfony/symfony-docs#13077 move forward Tests are failing due to incompatible phpunit versions, not sure how to fix this... Commits ------- 0b832f2 Add Symfony Mailer support