Notify API service, supports below:
docker run -p 3000:3000 -d -e configfile=/path/to/configfile vioao/notify
{
"email": {
"sender": {
"pool": true,
"host": "your email smtp host",
"port": 25, // smtp port
"auth": {
"user": "your sender email",
"pass": "your sender password"
}
},
"receiver": "the email to receive notify"
},
"security": {
"whitelist": "127.0.0.1,localhost"
}
}
POST
/notify?type=${type}
{
"to": "[email protected]",
"title": "email subject title",
"html": "email html content"
}
Content type
Image
Digest
Size
24.8 MB
Last updated
about 6 years ago
docker pull vioao/notify