mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 16:15:49 +03:00
[PR #16] [MERGED] MailHandler #876
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#876
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?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/16
Author: @sallaigy
Created: 4/22/2011
Status: ✅ Merged
Merged: 5/8/2011
Merged by: @Seldaek
Base:
master← Head:mailhandler📝 Commits (4)
1279194Added an abstract MailHandler classa1bc483Added SwiftMailerHandler, added write to MailHandlerd87ba1cFixes51a94dcMerge branches 'mailhandler' and 'master' into mailhandler📊 Changes
4 files changed (+285 additions, -0 deletions)
View changed files
➕
src/Monolog/Handler/MailHandler.php(+151 -0)➕
src/Monolog/Handler/SwiftMailerHandler.php(+53 -0)➕
tests/Monolog/Handler/MailHandlerTest.php(+67 -0)📝
tests/Monolog/TestCase.php(+14 -0)📄 Description
Hi,
So, I'm not very into open source yet, but I have created a base class for mail handlers. The reason for opening this just for an abstract class is that I don't know if my approach of logging into mails is good, plus I don't know how would you like to see it implemented specifically (SwiftMailerHandler, ZendMailHandler, etc. or something else?).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.