This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
SMTP
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 the
host,
port,
protocol,
usernameand
password` as retrieved from your CSP.
- Home
-
Overview
- Rule Engine
- Service Hub
- Dashboard
- Data Backend
- Integration of Analytics
- IoT Agent
- Using Docker
- Authentication and Authorization
- Rest API
- Configuration
- Build