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