Nilhcem / FakeSMTP

Dummy SMTP server with GUI for testing emails in applications easily.
http://nilhcem.github.com/FakeSMTP/
Other
990 stars 319 forks source link

Issue #26: Use version 3.1.7 of subethasmtp. #28

Closed caarmen closed 9 years ago

caarmen commented 9 years ago

3.1.6 of subethasmtp has a bug where the first header is removed if you send the mail to multiple recipients.

3.1.7 of subethasmtp has a bug regarding restarting the smtp server.

Personally, the missing header is a bigger problem for me than restarting the server, hence this pull request to upgrade to 3.1.7 :)

This modification to the pom includes a comment which warns about the restarting issue, and includes a link to the issue on github (the subethasmtp lib is no longer on google code).

Nilhcem commented 9 years ago

FakeSMTP 2.0 is now released with subethasmtp 3.1.7. http://nilhcem.github.io/FakeSMTP/

Thanks