We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77acf34 commit a996082Copy full SHA for a996082
README.md
@@ -1,7 +1,9 @@
1
# CM Email Gateway API Golang package
2
-Official API docs: https://developers.cm.com/messaging/docs/email-introduction
+Official API docs for Email Gateway API: https://developers.cm.com/messaging/docs/email-introduction
3
+
4
+## Using the `emailgateway` package
5
+[](https://pkg.go.dev/github.com/cmdotcom/email-sdk-golang/emailgateway)
6
-## How to use the `emailgateway` package?
7
### Installation
8
```shell
9
go get github.com/cmdotcom/email-sdk-golang
@@ -53,4 +55,4 @@ response, err := client.SendTransactionalEmail(email)
53
55
if err != nil {
54
56
// Handle error
57
}
-```
58
+```
0 commit comments