Change feedback email
This commit is contained in:
parent
ed16fe69b5
commit
a296fc6051
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Meteor.methods({
|
||||||
check(feedback, String);
|
check(feedback, String);
|
||||||
const appName = i18n.t('AppName');
|
const appName = i18n.t('AppName');
|
||||||
sendEmail({
|
sendEmail({
|
||||||
to: 'info@comunes.org',
|
to: 'fires@comunes.org',
|
||||||
from: `${appName} <noreply@comunes.org>`,
|
from: `${appName} <noreply@comunes.org>`,
|
||||||
subject: `Feedback de ${email}!`,
|
subject: `Feedback de ${email}!`,
|
||||||
sendAt: new Date(),
|
sendAt: new Date(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue