-
Hello,
I came across your project today and wanted to give it a go. I want to deploy it locally without having to install all of the dependencies.
According to the readme, I should `make run` to `…
-
Hi! This is more of a question rather than an issue.
I'm working on an implementation that has to send many emails using one and the same SMTP server. I saw that async sending is already supported …
-
**Describe the bug**
As part of a process for preparing an upgrade, I'm checking the upgrade on my machine before doing it on prod. In order to stub the email server, I'm using [fakesmtp](http://ni…
surli updated
4 years ago
-
Short Story:
WHM-Server:~ williammoore$ sudo easy_install-2.6 pip
Searching for pip
Reading http://pypi.python.org/simple/pip/
Couldn't find index page for 'pip' (maybe misspelled?)
Scanning ind…
-
I'm using this in my dev environment, but now have German & Swedish clients with non-ASCII characters in their email addresses.
I think I know how to fix it (Encode the addresses to UTF8), but I can…
-
Why? My compose
```
fakedsmtp:
image: munkyboy/fakesmtp
container_name: fake-smtp
ports:
- 25:25
volumes:
- ./fake-smtp-emails:/var/mail
networks:
…
-
ndsl-scss-2270:target khanaly$ java -jar fakeSMTP-2.1-SNAPSHOT.jar -p 2525 -a localhost
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"
-
Hey there,
sorry for creating an issue here, but I wasn't able to find any information around the documentation/google/forum.
I would like to mock the possibility to send the email by using the SM…
-
From a discussion with @r10s today: before going for g-play it'd be good to have automated tests which run with each commit/push to the delta-core codebase. @flub has done some work on creating pytho…
hpk42 updated
6 years ago
-
Current fakesmtp just logs "a mail has been sent". Not very useful for development.
https://github.com/mailhog/MailHog seems to be a better default for that purpose. Maybe there are others? They ha…