Commit 2b821b15 by Arturo Montejo Ráez

Merge branch 'master' into develop

parents 9a26e5af 8a03979f
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ var mailerService = require('sails-service-mailer'); ...@@ -2,7 +2,7 @@ var mailerService = require('sails-service-mailer');
module.exports.mailer = function() { module.exports.mailer = function() {
return mailerService('sendmail', { return mailerService('sendmail', {
from: 'no-replay@yottacode.com', from: 'no-reply@yottacode.com',
subject: sails.__('notification_from_pictogram'), subject: sails.__('notification_from_pictogram'),
provider: { provider: {
path: '/usr/sbin/sendmail' path: '/usr/sbin/sendmail'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment