Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Marcel Wagner edited this page Mar 6, 2018 · 7 revisions

To request accounts and invite people, an SMTP service has to be set up. The configuration is done in the setup-environment.sh which is copied from setup-environment.example.sh in the initial make run. An example section looks like ` "smtp": [

{

"credentials": {

 "host": "auth.smtp.1and1.co.uk",
 "port": "587",
 "protocol": "smtp",
 "username": "[email protected]",
 "password": "mypassword"
},
"label": "smtp",
"name": "mysmtp"

} ] To use your own SMTP service, you have to change thehost,port, protocol, usernameandpassword` as retrieved from your CSP.

Table of Contents

Clone this wiki locally