floriansemm / mailcatcher
There is no license information available for the latest version (V1.0) of this package.
Debugging app for PHP sendmail
Package info
github.com/floriansemm/mailcatcher
Language:HTML
Type:mailcatcher
pkg:composer/floriansemm/mailcatcher
V1.0
2014-05-06 18:55 UTC
Requires
- doctrine/dbal: 2.5.*@dev
- floriansemm/official-library-php-email-parser: dev-master
- silex/silex: ~1.2
- twig/twig: >=1.8,<2.0-dev
This package is auto-updated.
Last update: 2026-03-08 02:20:33 UTC
README
Email testing is always complicated:
- your local enviromnent hasn't a configured SMTP server
- the global mail server is damn slow
- your spam filter impremeable configured
This app should solve a couple of your problems:
- easy setup
- fancy shiny GUI
Mailcatcher hooks into the mail function, it parsed the mail and persist all important imformations in a sqlite-db.
Mailcatcher is written in PHP with Silex and Doctrine2.
Quick-Installation (PHP5.4 required)
- clone the project
- make
app/client.phpexecutable - uncomment the
sendmail_pathand add the mailcatcher script
sendmail_path = /path/to/mailcatcher/app/client.php
- make
bin/start_serverexecutable and execute./bin/start_server
After this you can reach Mailcatcher under http://localhost:8080
Installation with PHP5.3
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.