https://github.com/settermjd/mailcatcher-article
https://github.com/settermjd/mailcatcher-article
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/settermjd/mailcatcher-article
- Owner: settermjd
- Created: 2014-05-23T14:59:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-23T16:25:23.000Z (about 12 years ago)
- Last Synced: 2025-12-28T02:50:18.063Z (6 months ago)
- Language: Shell
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with MailCatcher Repository
## Introduction
The aim of this repository is to support the Sitepoint article, [Email Debugging with MailCatcher](http://www.sitepoint.com/email-debugging-mailcatcher/), which introduces developers to MailCatcher helps them test email dependent code as close to production as possible, but without the possibility of emailing clients accidentally (resulting in confusion, frustration or embarrassment, after their clients have received unexpected test emails).
## Getting Started
To get started with the project, simply clone it, then in the cloned project directory, run `vagrant up`. The project contains a Vagrant virtual machine configuration, which will install _Nginx_, _Memcache_, _MailCatcher_ and _PHP 5_. MailCatcher will be setup on port `8080` and be available at: `http://192.168.56.111:1080`.
## Bugs
If you find a bug in the code as always, let me know [by creating an issue](https://github.com/settermjd/mailcatcher-article/issues/).