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: over 1 year ago
JSON representation

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!