From 626a6acb5fb71707706dda3350d4f445f1855159 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?=
New supposed value is:
" + string + "
\
Go to https://admin.zoff.me/ to accept or decline the request.";
var msg = {
- from: 'no-reply@zoff.no',
- to: 'kasper@zoff.no',
+ from: 'no-reply@zoff.me',
+ to: 'kasper@zoff.me',
subject: 'ZOFF: Requested new ' + type,
text: message,
html: message,
diff --git a/server/public/assets/html/offline.html b/server/public/assets/html/offline.html
index 853483fa..26eda61c 100755
--- a/server/public/assets/html/offline.html
+++ b/server/public/assets/html/offline.html
@@ -27,7 +27,7 @@
We're sorry, but Zoff doesn't seem to be working at the moment. Have you checked your internet connection lately?
- Contact Us + Contact Us
diff --git a/server/public/assets/js/helpers.js b/server/public/assets/js/helpers.js index f709b646..9eb7c02e 100755 --- a/server/public/assets/js/helpers.js +++ b/server/public/assets/js/helpers.js @@ -254,7 +254,7 @@ var Helper = { $("#contact-container").html("Mail has been sent, we'll be back with you shortly.") }else{ $("#contact-container").empty(); - $("#contact-container").html("Something went wrong, sorry about that. You could instead try with your own mail-client: contact@zoff.no") + $("#contact-container").html("Something went wrong, sorry about that. You could instead try with your own mail-client: contact@zoff.me") } } }); diff --git a/server/routing/client/api.js b/server/routing/client/api.js index 25440ae0..8659788e 100644 --- a/server/routing/client/api.js +++ b/server/routing/client/api.js @@ -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,