Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 923 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 923 Bytes

microservice-email

Microservice para envio de email utilizando Spring Email e o servidor SMTP do Gmail.

  • Tecnologias usadas
  • Java 11
    Spring
    Spring Email
    SMTP Gmail
    JPA
    Hibernate
    H2 Database

    API Endpoints:

    Endpoint Method
    /sending-email POST
    Example Request:
    {
        "ownerRef": "",
        "emailFrom": "",
        "emailTo": "",
        "subject": "",
        "text": ""
    }
    
    Example Response:
    }
        "emailId": "",
        "emailRef": "",
        "emailFrom": "",
        "emailTo": "",
        "subject": "",
        "text": "",
        "sendDateEmail": "",
        "statusEmail": ""
    }
    

    Screenshots:

    Captura de tela de 2022-02-26 19-10-33