Skip to content

How To Mailpit

ucan-lab edited this page Jun 3, 2023 · 1 revision

Mailpit

Send mail testing

$ docker compose exec app php artisan tinker
Mail::raw('test mail',function($message){$message->to('test@example.com')->subject('test');});

Maipit mailbox

http://localhost:8025

ScreenShot 2023-06-03 22 56 26 ScreenShot 2023-06-03 22 56 29