https://github.com/kmvan/mail-forward
https://github.com/kmvan/mail-forward
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmvan/mail-forward
- Owner: kmvan
- License: gpl-2.0
- Created: 2019-06-01T13:24:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T09:01:07.000Z (about 7 years ago)
- Last Synced: 2025-01-21T07:29:07.606Z (over 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Requires
- PHP 7.3+ with SMTP
- PHP Composer
# Usage
- Install PHP7.3 with SMTP
- Install Nginx
- Install PHP Composer
In your website dir:
```shell
$ git clone https://github.com/kmvan/mail-forward.git
$ cd ./mail-forward
$ composer install
$ composer dumpautoload -o
$ chown [YOUR PHP/NGINX USER GROUP] ./ -R
```
Enjoy it!