Skip to content

Commit 1fcaf08

Browse files
update examples and links
1 parent 3f8102b commit 1fcaf08

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub contributors](https://img.shields.io/github/contributors/socketlabs/socketlabs-python.svg)](https://github.com/socketlabs/socketlabs-python/graphs/contributors)
55
-->
66

7-
The SocketLabs Email Delivery Python library allows you to easily send email messages via the [SocketLabs Injection API](https://www.socketlabs.com/api-reference/injection-api/). The library makes it easy to build and send any type of message supported by the API, from a simple message to a single recipient all the way to a complex bulk message sent to a group of recipients with unique merge data per recipient.
7+
The SocketLabs Email Delivery Python library allows you to easily send email messages via the [SocketLabs Injection API](https://www.socketlabs.com/docs/inject/). The library makes it easy to build and send any type of message supported by the API, from a simple message to a single recipient all the way to a complex bulk message sent to a group of recipients with unique merge data per recipient.
88

99
# Table of Contents
1010
* [Prerequisites and Installation](#prerequisites-and-installation)
@@ -179,10 +179,6 @@ This example demonstrates how to embed an image in your message.
179179
### [Basic send with a web proxy](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/basic_send_with_proxy.py)
180180
This example demonstrates how to use a proxy with your HTTP client.
181181

182-
### [Basic send with Amp ](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/basic_send_with_amp_body.py)
183-
This example demonstrates how to send a basic message with an AMP Html body.
184-
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
185-
186182
### [Basic send with invalid file attachment](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/invalid/basic_send_with_invalid_attachment.py)
187183
This example demonstrates the results of attempting to do a send with an invalid attachment.
188184

@@ -211,7 +207,7 @@ your recipients from a database and create a bulk mailing with merge data.
211207
This example demonstrates how to send a bulk message with a specified character
212208
set and special characters.
213209

214-
### [Bulk send with Amp ](https://github.com/socketlabs/socketlabs-python//blob/master/python-examples/bulk/bulk_send_with_amp_body.py)
210+
### [Bulk send with Amp ](https://github.com/socketlabs/socketlabs-python//blob/master/python-examples/bulk/BulkSendWithAmpBody.cs)
215211
This example demonstrates how to send a bulk message with an AMP Html body.
216212
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
217213

0 commit comments

Comments
 (0)