Email Improvements.

This commit is contained in:
Patrick Fic
2021-04-08 13:55:24 -07:00
parent 54e5129fd4
commit 7f30439868
8 changed files with 179 additions and 119 deletions

View File

@@ -42,8 +42,8 @@ exports.sendEmail = async (req, res) => {
return { Email: i };
}),
ReplyTo: {
Email: req.body.from.address,
Name: req.body.from.name,
Email: req.body.ReplyTo.Email,
Name: req.body.ReplyTo.Name,
},
Subject: req.body.subject,
// TextPart: