mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Using zoff.me instead of zoff.no for mailing now
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user