Nilhcem / FakeSMTP

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

Request: Add CLI parameter to set the 'Saved Messages To' folder #3

Closed JavaScriptDude closed 11 years ago

JavaScriptDude commented 11 years ago

I just started using FakeSMTP and its awesome!

However, each time I start it up, I need to set the folder to save messages to. Can you add a CLI argument to allow me to set this on the fly when I start up the program?

Nilhcem commented 11 years ago

Thanks for your idea and sorry for the late answer... I had a busy week :) This is now implemented in v1.3, released today

You can now launch FakeSMTP with the -o argument:

java -jar fakeSMTP.jar -o ../emails-directory
JavaScriptDude commented 11 years ago

+1 ... Not late in my books :)

Thanks for the cool tool. I have a few more suggestions and I'll post them once I have time to put my thoughts down.

All the best!