-
docker-compose.yml:
```yml
services:
mailpit:
container_name: mailpit
image: axllent/mailpit
restart: unless-stopped
volumes:
- ./mailpit-data:/data
ports:
…
-
### Error Message and Logs
The mailpit template exports the web dashboard port but not the actual smtp port (1025). i.e It's missing a:
```yml
ports:
- "1025:1025"
```
### Steps to…
-
Hello there! Big fan of mailpit, thanks.
The issue we've surfaced today is that for some reason, when we run specs on Windows (natively) or Mac OS we see the query string using `addressed: $email` …
-
Background:
I was trying to debug an email that was supose to have a CC aswell. Turns out mailhog wont let you view the cc:ed email.
Long story short, use mailpit instead. :/
* https://github.co…
-
### Feature or Problem Description
The current UX is that the URL that is used to retrieve an artifact content in an application or CLI (API) is different from the one that is used by a human/user …
-
### Current behavior
Calling `this.set('timeout', options?.timeout)` results in the following error: Argument of type '"timeout"' is not assignable to parameter of type 'keyof EnqueuedCommandAttribut…
-
- VSCode Version: 1.94.2
- Local OS Version: macOS 14.3.1 (23D60)
- Remote OS Version: ?
- Remote Extension/Connection Type: Containers
Logs
```
[18 ms] Dev Containers 0.388.0 in VS Code 1.94…
-
Although there isn't a security reason per say, having SSL enabled would be a nice-to-have so users don't need to click through browser warnings.
I thought adding the following to the builder shoul…
-
### Preflight Checklist
- [X] I could not find a solution in the documentation, the existing issues or discussions
- [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Environment
S…
-
### Feature request
Wouldn't it be great if `ddev solr-admin` launched the [new default Solr over HTTPS](https://github.com/ddev/ddev-solr/issues/27)? `ddev launch :8943` is less intuitive, nor rem…