PJ Farrell

Results 60 comments of PJ Farrell

@KFoxder The maintainer never responded so I never took the time to put together a PR.

I rarely put in PRs until maintainer at least responds to an issue as I've lost a time to PRs never being reviewed or not in line with unstated project...

@KFoxder @darklow I don't have any time in the foreseeable future to make a PR. I defer to either of you.

@mands How are you calling the `execute()` class method of your service? (Please share code) My guess is that you need to pass in the `files` argument to the service:...

I rebuilt the docker image available from registry.docker.com and added `--auto-relay` to: ``` CMD ["--web", "1080", "--smtp", "1025", "--auto-relay"] ``` And the relay with rules works. It appears that using...

In my case, I can't modify the entrypoint when pulling from the docker registry and deploying on a container platform. I had to rebuild the image and push a custom...

@djfarrelly IIRC, tried setting the value of `MAILDEV_AUTO_RELAY` to `true` however it tries to relay to an email address called `true`. What I'm trying to do is turn on auto...

@djfarrelly I think it may be with how boolean args in env vars are being parsed as mentioned in this comment: https://github.com/maildev/maildev/issues/315#issuecomment-659978344