-
Very nice and simple to use application. The docker implementation is very nice as well indeed.
I would love to see the same simple GUI exposed as **Web-based UI** (over a very simple REST API maybe)…
-
In my system (without a mailClient), when I try to open the eml file, I receive an error.
```
12 Dez 2013 22:11:00 ERROR com.nilhcem.fakesmtp.gui.tab.MailsListPane - java.io.IOException: Faile…
-
I wonder if you could put the program into the maven central repository, I think this would be useful for running integration tests in a continuous integration service like travis or cloudbees
-
Hello,
my EML files on disk look a bit strange, the first line is a timestamp with some spaces in front.
```
Tue, 12 Feb 2019 11:12:02 +0100 (CET)
From: test@test.com
To: recipient@te…
-
In SMTP lines starting with . have to be changed to two dots to avoid the problem with eof . at the end.
It looks like currently the smtp server removes one . at the first line of the mail data, but n…
-
when running the server in background mode, it would be necessary not to display the welcome banner to be able to run tests in a headless mode, e.g. on Jenkins.
I assume the welcome banner uses awt o…
-
With #517 parameters to configure the `fixedDelay` and the `initialDelay` of the email data retention timer. Although the chosen design fits into the current implementation it is not open for future e…
-
Thank you for fake-smtp-server! It is really handy for my tests.
I am trying the latest 2.3.0 release as I also need to test with a TLS connection.
I am using the application.yaml file with the …
-
@lcdservices reported on [Stackexchange](https://civicrm.stackexchange.com/questions/24538/flexmailer-terminating-without-processing-mail) an issue when running a large blast. The cause/scope of that …
-
I need to use StartTLS so I configure requireTLS to true but I have this issue and I don't know how to solve it !
`2023-04-24T14:59:21.757+02:00 WARN 8440 --- [127.0.0.1:51328] d.g.f.smtp.command.…