mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[GH-ISSUE #1611] swiftmailer is abandoned #685
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#685
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Nov 23, 2021).
Original GitHub issue: https://github.com/Seldaek/monolog/issues/1611
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
@stof commented on GitHub (Nov 23, 2021):
Well, Monolog has an optional feature allowing to use Swiftmailer to send logs by email. The
symfony/monolog-bridgepackage already implements the equivalent feature using symfony/mailer.@juan-morales commented on GitHub (Nov 23, 2021):
But... Should bé in the "issues"?
@stof commented on GitHub (Nov 23, 2021):
Well, to me, this should be closed. The fact that Swiftmailer is abandoned means that projects should probably stop using it, and so should stop using the SwiftmailerHandler of Monolog (migrating to one of the alternatives that already exist).
However, it does not mean that the SwiftmailerHandler should be removed from Monolog right now:
@juan-morales commented on GitHub (Nov 23, 2021):
I also agree this should be close, and the handler should remain alive.
@BITWINGS-DE please consider these comments, and close the issue unless you encounter this event to represent an issue to the project.