dev-master
9999999-dev http://floriansemm.github.io/mailcatcher/Debugging app for PHP sendmail
MIT
The Requires
- silex/silex ~1.2
- twig/twig >=1.8,<2.0-dev
- doctrine/dbal 2.5.*@dev
- floriansemm/official-library-php-email-parser ^1.0
Debugging app for PHP sendmail
Email testing is always complicated:, (*1)
This app should solve a couple of your problems:, (*2)
Mailcatcher hooks into the mail
function, it parsed the mail and persist all important imformations in a sqlite-db., (*3)
Mailcatcher is written in PHP with Silex and Doctrine2., (*4)
app/client.php
executablesendmail_path
and add the mailcatcher scriptsendmail_path = /path/to/mailcatcher/app/client.php
bin/start_server
executable and execute ./bin/start_server
After this you can reach Mailcatcher under http://localhost:8080, (*5)
Follow the steps 1-3 from above. Then you have to create a vhost in your webserver configuration. The document-root must point on web
., (*6)
Debugging app for PHP sendmail
MIT