🚪 ddev-ms-email
.ddev/Docker configuration providing standalone server for lumen-app-email.
Installation
Prerequisites
Please make sure you have Docker and DDEV installed and running.
Starting DDEV
$ git clone https://github.com/conjoon/ddev-ms-email
$ cd ./ddev-ms-email
$ ddev start
DDEV will start composer for installing and setting up lumen-app-email. If - for some reason - composer fails to start, connect to the server by typing
$ ddev ssh
You can then manually invoke the install process of composer:
$ composer i
Configuration
DDEV-configuration can be found in ./ddev/config.yaml
. Adjust to your needs.
Additional resources
Please refer to the documentation of lumen-app-email for additional information on configuration options.