Skip to content

Instantly share code, notes, and snippets.

@fritzlaszlo
Created April 8, 2025 18:16
Show Gist options
  • Save fritzlaszlo/4d792faf73901d653c329b834c287658 to your computer and use it in GitHub Desktop.
Save fritzlaszlo/4d792faf73901d653c329b834c287658 to your computer and use it in GitHub Desktop.
Mail Debugging Kirby
$ brew install mailpit
$ mailpit
'email' => [
'transport' => [
'type' => 'smtp',
'host' => '127.0.0.1',
'port' => 1025,
'security' => false,
'auth' => false,
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment