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

Change event log format to include date (in ISO-8601 format) and 24 hour time. #67

Open maeichris opened 6 years ago

maeichris commented 6 years ago

This is important when the server is running for multiple days. With only the time displayed, it becomes unclear when an event happened.

This commit has minimal changes to support this feature. It does not change any core functionality, just the displayed values. I ran the tests and they all passed (once I ran a FakeSMTP instance with port 2525).