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
Scott Ware edited this page Mar 7, 2018
·
7 revisions
In order for the user sign-up system to work via the web-based dashboard an SMTP service has to be configured in the setup-environment.sh
file.
Here is an example:
"smtp": [
{
"credentials": {
"host": "auth.smtp.1and1.co.uk",
"port": "587",
"protocol": "smtp",
"username": "[email protected]",
"password": "mypassword"
},
"label": "smtp",
"name": "mysmtp"
}
]
You need to populate the following fields with the information provided by your SMTP provider:
host: The SMTP server address (e.g. smtp.gmail.com)
port: The SMTP server port to use (e.g. 465)
protocol: Should be 'smtp' for TLS or insecure connections or 'smtps' for SSL connections
username: The username to use when authenticating with the SMTP server
password: The password to use when authenticating with the SMTP server
- Home
-
Overview
- Rule Engine
- Service Hub
- Dashboard
- Data Backend
- Integration of Analytics
- IoT Agent
- Using Docker
- Authentication and Authorization
- Rest API
- Configuration
- Build