ragulka / sails-starter-app

Sails starter app
154 stars 44 forks source link

TypeError: Cannot read property 'mail' of undefined #7

Open ghost opened 10 years ago

ghost commented 10 years ago

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

leobudima commented 10 years ago

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.