mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-27 16:45:50 +03:00
[PR #84] [MERGED] Add posibility to specify more address and custom headers in NativeMailerHandler #920
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#920
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/84
Author: @jiripetrek
Created: 5/7/2012
Status: ✅ Merged
Merged: 5/7/2012
Merged by: @Seldaek
Base:
master← Head:feature-mail-handler📝 Commits (4)
50a48feNativMailerHandler: can be specified more recipients and custom headers93f814dTypos5ac0d07Typosac69638text-plain => text/plain📊 Changes
1 file changed (+22 additions, -6 deletions)
View changed files
📝
src/Monolog/Handler/NativeMailerHandler.php(+22 -6)📄 Description
I recently need to specify custom headers and more emails in handler (i know, that i can do same thing by adding more handlers with different adresses, but this is more elegant). And I think, it can be useful for somebody else too.
So there it is.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.