-
When using with docker and docker-compose, the container for maildev takes more time to stop and terminates with status code 137:
```
^CGracefully stopping... (press Ctrl+C again to force)
Stopping a…
-
Hi,
When I try to send 100 mails, I get this error :
```
Error: Invalid greeting from server:
451 ESMTP MailEnable Service temporarily refused connection at 11/27/15 11:25:27 from IP (2.13.169.206)…
-
When the server sends a 250, which is an exceptionally good response, the whole application crashes.
Error: Invalid greeting from server:
250 2.0.0 Ok: queued as B4C8112124D
at SMTPConnection._ac…
-
I've got maildev going in a setup right now where any time I try to access the interface, I get the message "Cannot GET /" in my browser.
There's no console output, not sure what might be happening i…
-
Related to #69 , if the email contains a tag on its head, the images will not show. For example:
``` html
```
That's the HTML generated by MailDev, which looks correct, except that the image …
-
Would be great to have a tag with a combination of `slim` and `onbuild` tags to save space.
I did it manually on https://github.com/djfarrelly/MailDev/pull/102 and it works perfectly.
-
- [ ] http://distinctplace.com/2013/06/20/nullmailer-and-fake-mail---two-little-tools-for-every-developer/
- [ ] http://sourceforge.net/projects/fakemail/
- [ ] default [mailer config](https://github.…
guaka updated
8 years ago
-
I get the following error upon running `donejs start`:
```
Bitovis-MacBook-Pro:bitballs Bitovi$ donejs start
> bitballs@0.3.1 start /Users/Bitovi/Sites/bitballs
> node index.js
Node app is running …
-
With the following docker-compose configuration:
``` bash
mailspool:
build: docker/php-console
command: php app/console nexy:email:spool-send --watch
restart: on-failure # https://github.com/dj…
-
I have a boot2docker VM that's been created by docker-machine and I am running docker-compose `1.6.2, build 4d72027` on Windows, installed via pip.
All my containers that don't use bind mounts seem …