Improved coin editor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user