https://github.com/kisphp/email-tester
https://github.com/kisphp/email-tester
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kisphp/email-tester
- Owner: kisphp
- License: mit
- Created: 2015-07-22T17:29:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T05:57:49.000Z (over 10 years ago)
- Last Synced: 2025-01-04T02:56:20.515Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Email sender
============
# This application is only for test purpose ONLY.
## Installation
```bash
$ composer install
```
Composer will ask you for your gmail address and password. These parameters will be saved in `app/config/parameters.yml`. This file will be generated automaticly by composer.
Make sure you add correct credentials to your gmail account. Mailer class is set to use gmail to send messages.
Read more about how to install and use `Composer` on your local machine [here](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
## Run application
Open terminal and go to public_html directory
```bash
$ cd path/to/project/public_html
$ php -S localhost:8000
```
Then open in your browser this URL: [localhost:8000](http://localhost:8000)