mjstewart / fakesmtp-web

Web support for FakeSMTP running in docker using Spring Boot
14 stars 10 forks source link

Fakesmtp web upgrade #4

Closed digvijaydl closed 4 years ago

digvijaydl commented 4 years ago

Fixing the issues I faced while setting up without using docker. Adding 2 changes below,

  1. Support to Node.js 12+ Updating a legacy project depending on gulp@3.9.1 to Node.js 12+. These fixes enable you to use Node.js 12+ with gulp@3.9.1 by overriding graceful-fs to version ^4.2.4.

  2. Added tips to use without docker. These tips will help users to troubleshoot setting spring properties like context path, port number etc.

mjstewart commented 4 years ago

Thanks very much for the time you spent on this work, much appreciated.

digvijaydl commented 4 years ago

Thanks very much for the time you spent on this work, much appreciated.

Thanks to you, for sharing such a wonderful app you have made.