This CleverStack Module integrates with Sendgrid, Mandrill and/or MailGun to provide CleverStack application developers with clever, simple email sending and recieving.
See cleverstack.io for more detailed information on the Node seed or visit the Getting Started Guide
-
From your project folder run
clever install clever-email
-
In the config file for your desired environment (ie. backend/config/local.json), update the clever-email object with the details for your database.
-
From your project's
backend
folder, runNODE_ENV=LOCAL grunt db
. The database tables for your modules should now be installed and seeded with data!