Change feedback email

This commit is contained in:
vjrj 2018-02-21 20:50:44 +01:00
parent ed16fe69b5
commit a296fc6051

View file

@ -12,7 +12,7 @@ Meteor.methods({
check(feedback, String);
const appName = i18n.t('AppName');
sendEmail({
to: 'info@comunes.org',
to: 'fires@comunes.org',
from: `${appName} <noreply@comunes.org>`,
subject: `Feedback de ${email}!`,
sendAt: new Date(),