From b5db9e0b41337268e7fbf32028369159c8e5e1f6 Mon Sep 17 00:00:00 2001 From: Drew Sullivan Date: Fri, 20 Nov 2015 15:27:59 -0500 Subject: [PATCH] Added note for linux php.ini file --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2ba126d..1f22ce2 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,16 @@ Or override the destination SMTP server: ./mhsendmail -smtp-addr "localhost:1026" test@mailhog.local ... ``` +To use from php.ini + +``` +sendmail_path = /usr/local/bin/mhsendmail +``` + ### Licence Copyright ©‎ 2015, Ian Kent (http://iankent.uk) Released under MIT license, see [LICENSE](LICENSE.md) for details. + +