SMTP e-Mail Sender Overview
README
Send emails faster, secure and easy with this API!
IMPORTANT!
IN CASE OF GETTING A 404:"Endpoint ‘/send’ does not exist"
BE SHURE YOU ARE USING THE LAST VERSION OF THE API.
YOU CAN CHANGE IT ON THE CONFIG OF YOUR APPLICATION OR CREATE A NEW APPLICATION!
Feel free to contact me if you have any trouble or suggestion.
To test the API you can use this token: -NUnfdRUtILH-Tx_oafQ with the “Send Email With Security Token” Endpoint, and “test-api@newhorizons.uy” in the To input.
Example:
{
“token”: “-NUnfdRUtILH-Tx_oafQ”,
“to”: "someone@domain.com",
“from”: "test-api@newhorizons.uy",
“subject”: “This is the subject”,
“message”: “And this is the body”,
}