|
4 | 4 | [](https://github.com/socketlabs/socketlabs-python/graphs/contributors)
|
5 | 5 | -->
|
6 | 6 |
|
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. |
8 | 8 |
|
9 | 9 | # Table of Contents
|
10 | 10 | * [Prerequisites and Installation](#prerequisites-and-installation)
|
@@ -179,10 +179,6 @@ This example demonstrates how to embed an image in your message.
|
179 | 179 | ### [Basic send with a web proxy](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/basic_send_with_proxy.py)
|
180 | 180 | This example demonstrates how to use a proxy with your HTTP client.
|
181 | 181 |
|
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 |
| - |
186 | 182 | ### [Basic send with invalid file attachment](https://github.com/socketlabs/socketlabs-python/blob/master/python-examples/basic/invalid/basic_send_with_invalid_attachment.py)
|
187 | 183 | This example demonstrates the results of attempting to do a send with an invalid attachment.
|
188 | 184 |
|
@@ -211,7 +207,7 @@ your recipients from a database and create a bulk mailing with merge data.
|
211 | 207 | This example demonstrates how to send a bulk message with a specified character
|
212 | 208 | set and special characters.
|
213 | 209 |
|
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) |
215 | 211 | This example demonstrates how to send a bulk message with an AMP Html body.
|
216 | 212 | For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
|
217 | 213 |
|
|
0 commit comments