How to install mailpit on Windows and integrate with Laragon #419
Replies: 3 comments 5 replies
-
The admin page is not opening in the browser. I keep getting |
Beta Was this translation helpful? Give feedback.
-
See the troubleshooting section How to stop Mailpit, run the command or check Task manager to see if mailpit is running. If it isn't running navigate to mailpit using cmdr and start it manually. Check the output for any error messages: (adjust c: if you have installed it on a different drive) cd c:\laragon\bin\mailpit
mailpit.exe Check the output, something like this means Mailpit is already running or another program is using port 1025:
Let us know what error messages you are receiving. |
Beta Was this translation helpful? Give feedback.
-
@Pen-y-Fan I'm currently running my old company code that still uses PHPMailer (not Laravel), and when i try to follow your guide step by step, the smtp response would always be : MAIL_HOST=localhost I changed the MAIL_HOST to mailpit per your guide but the results are the same |
Beta Was this translation helpful? Give feedback.
-
Laravel 10 has changed the default smtp client from MailHog to Mailpit. I've taken a look and documented how to install it in Laragon:
Beta Was this translation helpful? Give feedback.
All reactions