You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SocketLabs Email Delivery C# 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
11
@@ -15,7 +18,6 @@ The SocketLabs Email Delivery C# library allows you to easily send email message
15
18
*[License](#license)
16
19
17
20
18
-
<aname="prerequisites-and-installation"></a>
19
21
# Prerequisites and Installation
20
22
## Prerequisites
21
23
* A supported .NET version
@@ -52,7 +54,6 @@ is download the latest release binaries located at [https://github.com/socketlab
52
54
Once you download the zip file, extract the files, and add the dll's from ```the lib\net45``` directory as references.
53
55
You can do this from the project menu by clicking "Add Reference" then going to the browse option and picking the dll's from there.
54
56
55
-
<aname="getting-started"></a>
56
57
# Getting Started
57
58
## Obtaining your API Key and SocketLabs ServerId number
58
59
In order to get started, you'll need to enable the Injection API feature in the [SocketLabs Control Panel](https://cp.socketlabs.com).
In order to demonstrate the many possible use cases for the SDK, we've provided
154
152
an assortment of code examples. These examples demonstrate many different
155
153
features available to the Injection API and SDK, including using templates
@@ -213,15 +211,8 @@ set and special characters.
213
211
This example demonstrates how to send a bulk message with an AMP Html body.
214
212
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
215
213
216
-
<aname="version"></a>
217
214
# Version
218
-
* 1.2.3 - Revert request timeout override. To set the timeout please pass your HttpClient instance via the constructor.
219
-
* 1.2.2 - Adding optional retry logic for Http requests. If configured, the request will retry when certain 500 errors occur (500, 502, 503, 504)
220
-
* 1.2.1 - Adding request timeout value on the client for Http requests
221
-
* 1.2.0 - Can now pass in instance of HTTP client, adds .NET 5.0 support
222
-
* 1.1.0 - Adds Amp Html Support
223
-
* 1.0.0 - Initial Release
224
-
225
-
<aname="license"></a>
215
+
See [Release Notes](./docs/release-notes/latest.md)
216
+
226
217
# License
227
218
The SocketLabs.EmailDelivery library and all associated code, including any code samples, are [MIT Licensed](https://github.com/socketlabs/socketlabs-csharp/blob/master/LICENSE.MD).
0 commit comments