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.
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