cytopia / devilbox

A modern Docker LAMP stack and MEAN stack for local development
http://devilbox.org
MIT License
4.4k stars 654 forks source link

Add Mailpit compose file #987

Open robmeijerink opened 1 year ago

robmeijerink commented 1 year ago

Mailpit

Goal

Add a Mailpit compose file to easily setup the Devilbox to use Laravel's default mail host.

DESCRIPTION

Since Laravel 10, the .env.example uses Mailpit as a default to catch outgoing emails when working locally. This PR adds a compose file to use Mailpit with the Devilbox.

Feature requested in #970