update vbs email to mail@ofbbutte.com
continuous-integration/drone/push Build is passing Details

master
Hannah 2026-07-15 23:37:21 -06:00
parent 34bc57eb27
commit dc33b9a81c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
};