This commit is contained in:
Thomas FORGIONE
2015-08-25 14:03:01 +02:00
parent 5f3b2e1862
commit f0e4455bc2
9 changed files with 59 additions and 198 deletions

View File

@@ -6,7 +6,7 @@ module.exports.index = function(req, res) {
var text = '';
for (var i in req.body) {
text += i + ' : ' + req.body[i] + '\n'
text += i + ' : ' + req.body[i] + '\n';
}
mail.send({