-
The event log documents for action execution include the rule id that caused the action to run, however it's only stored in the `kibana.saved_objects` field, which is `nested`. Which makes it hard to…
-
By running the following command:
`docker run -p 1080:1080 -p 1025:1025 maildev/maildev:latest -e MAILDEV_BASE_PATHNAME=/maildev`
I get the following error randomly and the container die:
``…
-
Crée l'envoie de mail, pour le formulaire de contact
-
Pourrait être très pratique, surtout depuis qu'il n'est plus possible d'appeler l'API Tipimail depuis un env local.
Cela demanderait d'utiliser Tipimail avec l'API SMPT plutôt que REST, grâce à une l…
-
```
➜ docker ps | grep mail
7a82025c0d2e maildev/maildev "bin/maildev" 4 minutes ago Up 4 minutes (unhealthy) 1025/tcp, 1080/tcp maildev-1
➜ docker compose logs -f mai…
-
Health check needs basic auth when MAILDEV_BASE_PATHNAME, MAILDEV_WEB_USER and MAILDEV_WEB_PASS are active.
I think the problem is in auths.js :
```
// allow health checks without auth
if (…
-
Hey,
Wanted to mention that I [forked](https://github.com/Timshel/maildev) the project and made a first release.
Main modifications include:
- Update dependencies
- Swtich to TypeScript
- A…
-
Mail catcher is good solution to test email sending by SMTP, such as:
* https://mailcatcher.me/
* https://github.com/linux-china/mail-catcher
* https://github.com/maildev/maildev
* https://gi…
-
I have 2 instances of Laravel 9.
One is a simple instance of Laravel 9 and using a Laravel tutorial as a baseline example, this one: https://codingspoint.com/how-to-send-email-in-laravel-9/
I ha…
-
Hi,
Thank you for the excellent tool; it's precisely what I've been searching for a while. Currently, I use MailDev in my development environment to monitor which users receive emails and to review…