Skip to content

Commit

Permalink
Added note for linux php.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
iefbr14 committed Nov 20, 2015
1 parent 59a115c commit b5db9e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit b5db9e0

Please sign in to comment.