ReachFive / fake-smtp-server

Fake SMTP Server for email testing
https://www.npmjs.com/package/fake-smtp-server
MIT License
192 stars 81 forks source link

Empty web interface #1

Closed batwishpers closed 6 years ago

batwishpers commented 6 years ago

Hi,

The web UI do not render emails stored. (Just a blank page with only Email written) The web view filtered by address return a 404 :(. I can retrieve them using the rest interface.

Otherwise, this app is great and really simple to install :) I looked the code, but am not familiar with node, so I did not really understand where the emails are lost.

Running on node v8.6.0

jcdelmas commented 6 years ago

Hi,

Thank you for your message. I made some improvements to the app. There was also some errors in the documentation.

If you try the last version, can you tell me if your problem is still present ?

batwishpers commented 6 years ago

Hi! Thanks for the update ! The web interface is working fine now. It is as expected, simple and clear :)

Just a small note, there is still a small mistake in log: INFO: HTTP server listening on port 1080, e-mails are available on /emails.`

dpupovModelN commented 6 years ago

UI still is empty npm install -g fake-smtp-server /usr/bin/fake-smtp-server -> /usr/lib/node_modules/fake-smtp-server/index.js /usr/lib └─ fake-smtp-server@0.7.6 react-dom.production.min.js:187 TypeError: Cannot read property 'value' of undefined at f (App.js:15) at beginWork (react-dom.production.min.js:149) at a (react-dom.production.min.js:182) at u (react-dom.production.min.js:183) at c (react-dom.production.min.js:184) at m (react-dom.production.min.js:188) at h (react-dom.production.min.js:187) at Object.enqueueSetState (react-dom.production.min.js:140) at t.o.setState (react.production.min.js:12) at App.js:83