dev-develop
dev-develop http://thorpesystems.comA Very Simple Smtp Mail Catcher.
MIT
The Requires
- php >=5.4.0
mail smtp util
Wallogit.com
2017 © Pedro Peláez
A Very Simple Smtp Mail Catcher.
** A Very Simple Smtp Mail Catcher (WIP) **, (*1)
Inspired by the Ruby based http://mailcatcher.me project, I wanted something more light weight and written in PHP., (*2)
This is the basic start of that project., (*3)
Use this tool as a simple replacement for sendmail when testing local PHP scripts that need to send mail., (*4)
** Installation **, (*5)
Just edit your php.ini and point your sendmail_path to bin/smtpcatcher, eg;, (*6)
sendmail_path = /path/to/bin/smtpcatcher
You could also edit this config option via a local .htaccess, (*7)
php_value sendmail_path "/path/to/bin/smtpcatcher" ** View Sent Mail ** Viewing sent email is easy, issue:
./path/to/bin/smtpcatcher -s, (*8)
Then visit http://localhost:8100 in your browser. ** Sending Test Email ** To check that smtpcatcher is working as expected and catching emails you can use it to send test emails:
./path/to/bin/smtpcatcher -t foo@foo.com "some test" "this is a test email", (*9)
A Very Simple Smtp Mail Catcher.
MIT
mail smtp util