Microservice para envio de email utilizando Spring Email e o servidor SMTP do Gmail.
Java 11Spring
Spring Email
SMTP Gmail
JPA
Hibernate
H2 Database
Endpoint | Method |
---|---|
/sending-email | POST |
Example Request:
{
"ownerRef": "",
"emailFrom": "",
"emailTo": "",
"subject": "",
"text": ""
}
Example Response:
}
"emailId": "",
"emailRef": "",
"emailFrom": "",
"emailTo": "",
"subject": "",
"text": "",
"sendDateEmail": "",
"statusEmail": ""
}