Email Improvements.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user