-
The Docker image exposes `1080` for web and `1025` for smtp. It would help to explain how to use the image in README like:
```bash
$ docker run -p 1080:1080 -p 1025:1025 dominikserafin/maildev:lat…
gh640 updated
3 years ago
-
Trying to send any message i got this error
```
vagrant@srv:~$ sudo maildev --outgoing-secure -v
Temporary directory created at /tmp/maildev/22377
MailDev outgoing SMTP Server localhost:465 (user:…
-
Hey guys, you did an awesome work.
I'm using your service in selenium tests, I'm catching emails after user registration. But I stuck with the issue, I cannot create just listener in nodejs code witho…
-
My app got sometime this error while contacting maildev smtp server (from Docker):
``` bash
[2016-01-05 11:55:03] Processing default mailer... Expected response code 250 but got code "451", with mess…
-
We are using a private maildev instance to catch all emails out of our staging environments. Its super convenient, works quite well, and doesn't hurt our domain's email rep at all.
However, we need…
-
In the following tutorial we showed how to build a hosting component for an open-source dev-time SMTP server to help people debug code that needs to use an SMTP server:
https://learn.microsoft.com/…
-
The healthcheck is configured to check "localhost:1080", which works iff the web interface is bound to port 1080 and "whatever-localhost-resolves-to".
Unfortunately this breaks for me (Intel mac + …
ankon updated
2 years ago
-
On gmail:
![image](https://user-images.githubusercontent.com/121995/121355294-05ed8f00-c930-11eb-8f09-6d84de99b88c.png)
On maildev:
![image](https://user-images.githubusercontent.com/121995/121…
-
The HealthCheck url currently seems to be hardcoded to port 1080
```
HEALTHCHECK --interval=10s --timeout=1s \
CMD wget -O - http://localhost:1080/healthz || exit 1
```
Since we can supply a …
-
Hi all,
as already mentioned in ticket https://github.com/maildev/maildev/issues/319 looks like maildev automatically select STARTTLS protocol when port is 587.
Unfortunately i have to interact with…