File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,12 +149,13 @@ This example demonstrates how to embed an image in your message.
149
149
150
150
### [ Basic send with a web proxy] ( https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/BasicSendWithProxy/BasicSendWithProxy.go )
151
151
This example demonstrates how to use a proxy with your HTTP client.
152
+ ### [ Basic send with retry enabled] ( https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/BasicSendWithRetry/BasicSendWithRetry.go )
153
+ This example demonstrates how to use the retry logic with your HTTP client.
152
154
153
155
### [ Basic send with Amp ] ( https://github.com/socketlabs/socketlabs-go/blob/main/examples/basic/BasicWithAmpBody/BasicWithAmpBody.go )
154
156
This example demonstrates how to send a basic message with an AMP Html body.
155
157
For more information about AMP please see [ AMP Project] ( https://amp.dev/documentation/ )
156
158
157
-
158
159
### [ Basic send with invalid file attachment] ( https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/Invalid/BasicWithInvalidAttachment/BasicWithInvalidAttachment.go )
159
160
This example demonstrates the results of attempting to do a send with an invalid attachment.
160
161
@@ -164,7 +165,6 @@ This example demonstrates the results of attempting to do a send with an invalid
164
165
### [ Basic send with invalid recipients] ( https://github.com/socketlabs/socketlabs-go/blob/master/examples/basic/Invalid/BasicWithInvalidRecipient/BasicWithInvalidRecipient.go )
165
166
This example demonstrates the results of attempting to do a send with invalid recipients.
166
167
167
-
168
168
### [ Bulk send with multiple recipients] ( https://github.com/socketlabs/socketlabs-go/blob/master/examples/bulk/bulk/bulk.go )
169
169
This example demonstrates how to send a bulk message to multiple recipients.
170
170
You can’t perform that action at this time.
0 commit comments