sails-starter-app
sails-starter-app copied to clipboard
TypeError: Cannot read property 'mail' of undefined
Hi thank you for creating this. I am getting the following error on "sails lift". What am I missing?
/Users/ramirez/apps/projects/node/sails-starter-app/api/models/Email.js:20 name: sails.config.mail.from.name, ^ TypeError: Cannot read property 'mail' of undefined
It might be that you forgot to copy config/mail.js to your app. It contains missing configuration.
Also, at least in new Sails versions, there were no sails.config.smtp.host and other similar entries, so they need to be added to fix subsequent errors.