adapt-authoring-mailer
v1.4.0
Published
Basic mailer for the Adapt authoring tool
Downloads
631
Readme
adapt-authoring-mailer
Initial version of the adapt-authoring mailer module
Configuration
Add this snippet (just as example!) to dev.config.js
...
,
"adapt-authoring-mailer": {
"isEnabled": true,
"connectionUrl": "smtp://[email protected]:[email protected]"
},
Known problems
On windows, if you get an error message like "error self signed certificate in certificate chain", it might be due your antivirus scanner: see https://github.com/nodemailer/nodemailer/issues/406
