sails-starter-app icon indicating copy to clipboard operation
sails-starter-app copied to clipboard

TypeError: Cannot read property 'mail' of undefined

Open ghost opened this issue 10 years ago • 1 comments

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

ghost avatar Jun 12 '14 22:06 ghost

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.

leobudima avatar Aug 12 '14 00:08 leobudima