https://github.com/adapt-security/adapt-authoring-mailer
https://github.com/adapt-security/adapt-authoring-mailer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adapt-security/adapt-authoring-mailer
- Owner: adapt-security
- Created: 2020-01-27T23:11:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T18:01:53.000Z (3 months ago)
- Last Synced: 2026-01-18T14:20:21.539Z (3 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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://some@service.email:xyz@smtp.service.email"
},
## 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