This repo contains a dedicated service for Statping that allows users to receive notifications to their email address using our SMTP servers.
HOST
- SMTP hostUSERNAME
- SMTP usernamePASSWORD
- SMTP passwordPORT
- SMTP port
Server runs on port :8080
This endpoint will send an email to the user with a confirmation link/key. Email's won't be sent until this confirmation link is clicked.
{
"email": "info@myaddress.com",
"version": "0.90.33"
}
Confirm an email address with the key provided in the request email.a
Check the status of your email address.
Attempt to resend the confirmation request email.
Unsubscribe the email address, and remove them from database.
{
"email": "info@myaddress.com",
"key": "<secret_key_here>",
"version": "0.90.33",
"service": {
...service JSON
},
"failure": {
...failure JSON
}
}
The main endpoint that will send an email about uptime or downtime.