We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4557e commit 59c45f2Copy full SHA for 59c45f2
server/routes/surveyRoutes.js
@@ -21,5 +21,6 @@ module.exports = app => {
21
22
// Great place to send an email!
23
const mailer = new Mailer(survey, surveyTemplate(survey));
24
+ mailer.send();
25
});
26
};
0 commit comments