update vbs email to mail@ofbbutte.com
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
34bc57eb27
commit
dc33b9a81c
|
|
@ -30,7 +30,7 @@ router.post("/", function(req,res){
|
||||||
|
|
||||||
let mailOptions = {
|
let mailOptions = {
|
||||||
from: 'donotreply@ofbbutte.com',
|
from: 'donotreply@ofbbutte.com',
|
||||||
to: 'djabsher@gmail.com',
|
to: 'mail@ofbbutte.com',
|
||||||
subject: 'OFB - VBS Registration - ' + req.body.firstName,
|
subject: 'OFB - VBS Registration - ' + req.body.firstName,
|
||||||
html: generateRegistrationEmailHTML(req.body)
|
html: generateRegistrationEmailHTML(req.body)
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue