Some commit

This commit is contained in:
Thomas FORGIONE
2015-08-03 00:00:07 +02:00
parent 38ad05fd89
commit 04a85123f5
6 changed files with 267 additions and 257 deletions

View File

@@ -11,7 +11,7 @@ module.exports.index = function(req, res) {
mail.send({
from: req.session.user_id + " <" + req.session.user_id + "@toto.tata>",
to: "Thomas <thomas.forgione@gmail.com>",
to: "Thomas <dragonrock.django@gmail.com>",
subject: "By " + req.session.user_id,
text: text
}, function(err, message) {