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 portServer runs on port :8080
/requestThis 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": "[email protected]",
"version": "0.90.33"
}
/confirm/{id}Confirm an email address with the key provided in the request email.a
/[email protected]Check the status of your email address.
/[email protected]Attempt to resend the confirmation request email.
/[email protected]Unsubscribe the email address, and remove them from database.
/send{
"email": "[email protected]",
"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.
Content type
Image
Digest
Size
233.9 MB
Last updated
over 6 years ago
docker pull statping/emailer