Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmvan/mail-forward
https://github.com/kmvan/mail-forward
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T09:01:07.000Z (over 5 years ago)
- Last Synced: 2024-03-03T09:33:56.218Z (10 months 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 ComposerIn 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!