m242 / maildrop

MailDrop is an open-source, scalable, high-performance version of Mailinator.
Other
725 stars 76 forks source link

I have 2 issue #35

Open balwindergit opened 5 years ago

balwindergit commented 5 years ago

I have run sbt compile and it run successfully. now where it create the jar file. so i can run this command 'To run the SMTP server, use "java -jar (jarfile) MailDrop". '

Second how i can mentioned to listen my server ip instead of deafult ip .0.0.0:9000

arruah commented 5 years ago

SMTP Try to run in smtp sbt stage then run this compiled file target/universal/stage/bin/smtp

WEB Download and install the playframework then run activator dist Affter that unzip this web2-0.zip file and run ./bin/web