Send email when adding participant

- create invite email template
- move email config
- implement sendEmail functionality
This commit is contained in:
2020-09-04 12:41:09 +02:00
parent ac2b6c2b88
commit 8614166d64
9 changed files with 90 additions and 55 deletions

View File

@@ -19,4 +19,9 @@ module.exports = {
smtpRequireTLS: true, // True to force use of StartTLS
smtpSecure: false, // False to force use of StartTLS
smtpPool: true, // Pool connections to server
// EMAIL
appURL: 'https://meetingplanner.com',
sender: 'no-reply@ruihildt.xyz',
signature: 'The Meeting Planner Team',
};