Created
April 8, 2025 18:16
-
-
Save fritzlaszlo/4d792faf73901d653c329b834c287658 to your computer and use it in GitHub Desktop.
Mail Debugging Kirby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install mailpit | |
$ mailpit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'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