-
### What is the problem you're trying to solve
The following `compose.yaml` file:
```yaml
version: '3'
services:
test-cache:
image: "redis:3.2.10"
ports:
- "6379:6379"
test-…
ayewo updated
1 month ago
-
Please add login page to authenticate fakesmtp interface. Authentication could be optional and Username and password can canfigure in application.properties.
-
mailhog is running in docker
```
docker run -d -e "MH_MAILDIR_PATH=/var/log/fakesmtp" -e "MH_STORAGE=maildir" \
-e "MH_HOSTNAME=$(hostname -f)" -v "/var/log/fakesmtp:/var/log/fakesmtp" --name=fake…
-
I'm trying to build FakeSMTP's docker image to use it for testing my web application. Sadly, the build fails with the following error:
```
[INFO] Copying C:\Users\Stephan\Documents\Programme\bulle…
-
When I try an authenticated session to FakeSMTP server using a C# SmtpClient, the server crashes:
17 Dec 2013 12:09:42 INFO org.subethamail.smtp.server.SMTPServer - SMTP server *:25 starting
17 Dec …
-
"If I want to use FakeSMTP with Java 8, I have to specify that it should use the IPv4 stack instead of the IPv6 stack. Otherwise, FakeSMTP doesn’t work properly."
-
The current FakeSMTP user interface (version 2.0) only displays the time when an email message was received.
e.g.
`04:17:44 PM`
When the FakeSMTP application is running as a service for mor…
-
I tried to build this on SNow Leopard in XCode 4 and got the following error. I have added the Sparkle Framework:
GNU gdb 6.3.50-20050815 (Apple version gdb-1518) (Sat Feb 12 02:52:12 UTC 2011)
Copyr…
-
I get an error when I try to start FakeSMTP on port 25.
> Can't start SMTP Server
> Make sure the port 25 is available and not used by other applications.
I am using Linux Mint 19.1 and I even …
-
When I close my notebook it will go to standby and fakesmtp will always crash.
Until you kill fakesmtp it will produce more and more popups about the exception.
OS: Ubuntu 16.04 TLS
Java: java ve…