An open API service indexing awesome lists of open source software.

https://github.com/adapt-security/adapt-authoring-mailer


https://github.com/adapt-security/adapt-authoring-mailer

Last synced: about 2 months ago
JSON representation

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