Improved coin editor

This commit is contained in:
Thomas FORGIONE
2015-07-23 11:48:19 +02:00
parent 5316efcc21
commit 9fba3faaf6
4 changed files with 353 additions and 5 deletions

View File

@@ -4,9 +4,9 @@ var Log = require('../../lib/NodeLog.js');
module.exports.index = function(req, res) {
mail.send({
from: req.body.name + " <dragonrock.django@gmail.com>",
from: req.body.name + " <" + req.body.name + "@toto.tata>",
to: "Thomas <thomas.forgione@gmail.com>",
subject: req.body.scene,
subject: req.body.scene + " by " + req.body.name,
text: JSON.stringify(req.body.coins)
}, function(err, message) {
if (err !== null) {