Skip to content

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

Notifications You must be signed in to change notification settings

diogoribeiro1/microservice-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    About

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

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages