-
Mailhog is somewhat dead, Laravel are recommending Mailpit which looks good:
https://github.com/axllent/mailpit
-
Is it possible to do some kind of a reverse proxy configuration to accessories? I'd like to have multiple applications on one server, and for each of them to have their own mailpit instance, accessed …
-
### What is your idea or feature suggestion?
Hey,
Can we migrate from supporting mailhog to mailpit? This one is included by default in the laravel 10.x .env and according to the mailpit project…
-
### Describe the bug
Trying to set up a SMTP relay with the SMTP connector that doesn't require user/password does not work because the api endpoint removes JSON key/value pairs from the `auth` p…
-
### What
I would like Studio to catch all emails sent from it
### Why
Test form plugins etc
### How
You could use https://mailpit.axllent.org/
It could be as easy as setting the SMTP…
-
Отлично! Подошли ответственно к проекту 👍
1. Не нужные пустые файлы `notifications-admin/notifications_admin/notifications/tests.py` и `notifications-admin/notifications_admin/notifications/views.py`…
-
My preferred way to capture and view emails being sent by a Rails app in development is to use [Mailpit](https://github.com/axllent/mailpit). It runs a local SMTP server at port `1025` and a barebones…
-
I tested this with a wrong not existing email and also a wrongly configured email configuration with same results.
I expect a flash message to appear, not an exception. If the email fails in the ne…
-
## Description of the issue
When I create a custom doctype and set `"default_view": "File"` it shows in the list view instead of the file view.
## Context information (for bug reports)
**Outp…
-
Include Mailpit for intercepting emails that dont use the `mail()` function in PHP.
Mailpit has been recommended since laravel 9 for local developement
Project: https://github.com/axllent/mailpit