Skip to content

johnmontero/chaski-services-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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."
            }
        }