From 0a2b3b421793a087583aecd9b1ffbac61d7336ec Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Fri, 5 Jul 2013 18:10:56 +0200 Subject: [PATCH] s/NativeMailHandler/NativeMailerHandler --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 01291a09..12e92958 100644 --- a/README.mdown +++ b/README.mdown @@ -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.