-
Using the docker image with `MAILDEV_INCOMING_SECURE` environment variable set to any value breaks the SMTP server.
A connection can seemingly be established to the server, but it does not respond …
-
**Motivation**
The access protection to the mail mock is not appropriate for collaborative scenarios. Using this mock implies that also OSCM is not operated with real users. Otherwise all participan…
-
On the rules list page, we inform users regarding rule errors. The errors are related only to the execution of the rule and not the execution of the connectors used by the rule. Informing users about …
-
Hi guys,
I just found https://github.com/djfarrelly/MailDev, which is a really cool tool to preview emails in a browser. I'd love to be able to use it in my tests in combination with this package. …
-
```
Cypress.Commands.add('getAllEmails', (minimumEmails = 1) => {
const makeRequest = () =>
cy.request(`${BaseUrls.TORPEDO_MAILDEV_URL}/email`).then(response => {
if (respo…
-
Hi,
I have tried all possible ways of configuring maildev on docker as it was mentioned, but somehow the relay (as well as auto relay) do not work.
For eg: I have tried with the following commands…
-
Not able to launch the `maildev` command.
Error message being `zsh: command not found: maildev`.
Tried two ways to configure it, both not working.
- cloning the repo
- npm install
Usi…
-
when using the `--mail-directory` and `--auto-relay` options together, starting maildev fails as soon as there are on-disk stored mails in the defined mail directory:
```
MailDev using directory /…
-
Any thought on username and password authentication?
[maildev](https://github.com/maildev/maildev) have `MAILDEV_INCOMING_USER` and `MAILDEV_INCOMING_PASS` args for smtp base auth.
-
Hello,
I'm trying to install the server and dashboard using the docker files (make without submodules). I do not seem to get error messages, all containers are up and running (maildev shows as unheal…