[PR #16] [MERGED] MailHandler #876

Closed
opened 2026-03-04 03:02:15 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: mailhandler


📝 Commits (4)

  • 1279194 Added an abstract MailHandler class
  • a1bc483 Added SwiftMailerHandler, added write to MailHandler
  • d87ba1c Fixes
  • 51a94dc Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/16 **Author:** [@sallaigy](https://github.com/sallaigy) **Created:** 4/22/2011 **Status:** ✅ Merged **Merged:** 5/8/2011 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `mailhandler` --- ### 📝 Commits (4) - [`1279194`](https://github.com/Seldaek/monolog/commit/1279194192d507aff04aa7910b76890b08692389) Added an abstract MailHandler class - [`a1bc483`](https://github.com/Seldaek/monolog/commit/a1bc483041ab272e36bd30280a6cf73b11eea076) Added SwiftMailerHandler, added write to MailHandler - [`d87ba1c`](https://github.com/Seldaek/monolog/commit/d87ba1c6e5cb1b7ef3dd4b9cb891b455a445bfc2) Fixes - [`51a94dc`](https://github.com/Seldaek/monolog/commit/51a94dce2fedc8cfc47603cfdd61eef26555cb66) Merge branches 'mailhandler' and 'master' into mailhandler ### 📊 Changes **4 files changed** (+285 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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?). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:02:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#876
No description provided.