Skip to content

LancersDevTeam/simple-sendgrid-mock-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-sendgrid-mock-server

DockerHub

How to use

Please set your application to this host.

go example

import 	"github.com/sendgrid/sendgrid-go"

func SendMail() error {
	request := sendgrid.GetRequest(mockAPIKey, "/v3/mail/send", mockedHost)
  ...
}

About

Simple Sendgrid(v3) Mock Server And Mail Box

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.8%
  • JavaScript 41.7%
  • Dockerfile 3.5%