1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 06:06:40 +02:00

s/NativeMailHandler/NativeMailerHandler

This commit is contained in:
Raphael Stolt
2013-07-05 18:10:56 +02:00
parent 875ada786b
commit 0a2b3b4217

View File

@@ -115,7 +115,7 @@ Handlers
### Send alerts and emails
- _NativeMailHandler_: Sends emails using PHP's
- _NativeMailerHandler_: Sends emails using PHP's
[`mail()`](http://php.net/manual/en/function.mail.php) function.
- _SwiftMailerHandler_: Sends emails using a [`Swift_Mailer`](http://swiftmailer.org/) instance.
- _PushoverHandler_: Sends mobile notifications via the [Pushover](https://www.pushover.net/) API.