Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 1.34 KB

README.md

File metadata and controls

48 lines (44 loc) · 1.34 KB

chaski-services-email

Requirements

  • Docker
  • Cmake

Help

  • make
  • make help

Commands

Target           Help                                                        Usage
------           ----                                                        -----
build.image       Build image for development                                make build.image
delete            Eliminating project deployment                             make delete
deploy            Deploying project                                          make deploy
run.local         Locally executing the project                              make run.local
ssh               Connect to the container by ssh                            make ssh

How to use

Endpoint: /messages
Method: POST
Payload:
        {
            "from": {
                "name": "Team Chaski Services Email",
                "email": "[email protected]"
            },
            "to": [
                {
                    "name": "John Montero Chunga",
                    "email": "[email protected]"
                }
            ],
            "subject": "Welcome to Team Chaski Services Email",
            "metadata": {
                "Message": "Hello John, Now you are part of Team Chaski Services Email."
            }
        }