From dc33b9a81c38f7e918e35cae34a9f484f5b188d7 Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 15 Jul 2026 23:37:21 -0600 Subject: [PATCH] update vbs email to mail@ofbbutte.com --- Server/src/routes/api/vbs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/routes/api/vbs.js b/Server/src/routes/api/vbs.js index 89de9be..e065d55 100644 --- a/Server/src/routes/api/vbs.js +++ b/Server/src/routes/api/vbs.js @@ -30,7 +30,7 @@ router.post("/", function(req,res){ let mailOptions = { from: 'donotreply@ofbbutte.com', - to: 'djabsher@gmail.com', + to: 'mail@ofbbutte.com', subject: 'OFB - VBS Registration - ' + req.body.firstName, html: generateRegistrationEmailHTML(req.body) };