Using zoff.me instead of zoff.no for mailing now

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-06 14:09:48 +01:00
parent 0b2819649c
commit 626a6acb5f
5 changed files with 10 additions and 6 deletions

View File

@@ -113,8 +113,8 @@ try {
var from = req.body.from;
var message = req.body.message;
var msg = {
from: 'no-reply@zoff.no',
to: 'contact@zoff.no',
from: 'no-reply@zoff.me',
to: 'contact@zoff.me',
subject: 'ZOFF: Contact form webpage',
text: message,
html: message,