Email sending framework in place with nodemailer. Some rendering is happening dynamically, but i todesn't bring in most styles.
This commit is contained in:
@@ -23,6 +23,8 @@ app.post("/sign_s3", s3upload.sign_s3);
|
||||
app.get("/sign_s3", s3upload.get_s3);
|
||||
app.post("/delete_s3", s3upload.delete_s3);
|
||||
|
||||
var sendEmail = require("./sendemail.js");
|
||||
app.post("/sendemail", sendEmail.sendEmail);
|
||||
// app.get("/test", function(req, res) {
|
||||
// res.json({ success: true });
|
||||
// });
|
||||
|
||||
Reference in New Issue
Block a user