Download the PHP package floriansemm/mailcatcher without Composer
On this page you can find all versions of the php package floriansemm/mailcatcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mailcatcher
Mailcatcher
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.php
executable -
uncomment the
sendmail_path
and add the mailcatcher script - make
bin/start_server
executable 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
.
All versions of mailcatcher with dependencies
PHP Build Version
Package Version
Requires
silex/silex Version
~1.2
twig/twig Version >=1.8,<2.0-dev
doctrine/dbal Version 2.5.*@dev
floriansemm/official-library-php-email-parser Version dev-master
twig/twig Version >=1.8,<2.0-dev
doctrine/dbal Version 2.5.*@dev
floriansemm/official-library-php-email-parser Version dev-master
The package floriansemm/mailcatcher contains the following files
Loading the files please wait ....