Implement a way to get/set the nodemailer object (has an entries for contact, feedbac...
authorNick Downing <nick@ndcode.org>
Sun, 23 Jan 2022 02:47:46 +0000 (13:47 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 23 Jan 2022 03:03:17 +0000 (14:03 +1100)
commit77874c6a45de736010790d76e81c901a5517a3e4
treed045c0fa2d0d7a28790e916dafb2ba4e0d981d7d
parent84ac02f6a75f6fa3bc4cc538ad1ddbf0e2c119f9
Implement a way to get/set the nodemailer object (has an entries for contact, feedback and noreply), use nodemailer object in database rather than the separate files /_config/nodemailer_*.json and the (now commented) NodeMailerCache object
13 files changed:
_config/n.sh
_config/nodemailer.json [new file with mode: 0644]
_config/nodemailer_contact.json [deleted file]
_config/nodemailer_feedback.json [deleted file]
_config/nodemailer_noreply.json [deleted file]
_config/site.jst
api/account/password_reset.json.jst
api/account/sign_up/send_email_verification_link.json.jst
api/contact/send_enquiry.json.jst
api/feedback.json.jst
api/nodemailer/get.json.jst [new file with mode: 0644]
api/nodemailer/set.json.jst [new file with mode: 0644]
package.json