Skip to content

Commit 59c45f2

Browse files
committed
test emails
1 parent 9e4557e commit 59c45f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/routes/surveyRoutes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ module.exports = app => {
2121

2222
// Great place to send an email!
2323
const mailer = new Mailer(survey, surveyTemplate(survey));
24+
mailer.send();
2425
});
2526
};

0 commit comments

Comments
 (0)