Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kmvan/mail-forward


https://github.com/kmvan/mail-forward

Last synced: about 1 month 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!