-
Sometimes I get the following error when I try to send mails. This does not happen all the time but sometimes.
```
2015-08-19 12:23:01,637 [ForkJoinPool-39-worker-1] WARN asyncmail.AsynchronousMailP…
-
Using the example SMTP send email code and this "dummy" smtp server:
https://nilhcem.github.io/FakeSMTP/
I get an AuthenticationException (Authentication Failed).
Protocol Log:
Connected to smtp…
l-o-l updated
9 years ago
-
Mixer2
https://github.com/nabedge/mixer2
Mixer2-sample
https://github.com/nabedge/mixer2-sample
Mixer2ドキュメント
http://mixer2.org/site/ja/index.html
作業ログは、参加者が、このイベントを通して得るものをより増やすために重要になります。なぜなら作業ログ…
-
I got version 1.13 from this website:
https://nilhcem.github.io/FakeSMTP/download.html
Then I realized there was a newer version here on Git, so I downloaded that one. However, the newer version do…
-
"From:" is not found in received email file.
-
Hello,
I'm from Brasil, and I've been using this project for mocking SMTP; when I start the daemon, I've got following message:
```
[andreyknupp@localhost ~]$ java -jar MockSMTP.jar
09 Mar 2013 12:…
-
I'm using ubuntu 14.04 x86_64 with java 7 and FakeSMTP cannot open emails when I double clicked them.
From your code I can see that you are using Desktop.open() to open the emails. I did a test that…
-
I've added the tap, done `brew update`, made sure I have `JAVA_HOME` set to a valid location, and then ran `brew install fakesmtp`. Here is the verbose output:
```
brew install fakesmtp --verbose
==>…
-
I know FakeSMTP has its own unit tests but it is possible to include the FakeSMTP in the class path of a application and have the application use FakeSMTP for the application's own unit tests?
e.g. t…
-
When FakeSMTP is started from the command line with a `-p` parameter, the GUI shows the default `25` value in the `Listening port` input. It's especially confusing when the server is auto-started (wit…