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

App fails when the field "to" is undefined #44

Open pdelaby opened 3 years ago

pdelaby commented 3 years ago

When sending an email with adresses int the BCC field but nothing in the TO field, the front-end fails (show blank page) with the following error in console : react-dom.production.min.js:4408 TypeError: Cannot read property 'value' of undefined

Related to #36 and #19