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/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 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
8
9
9
# Table of Contents
10
10
*[Prerequisites and Installation](#prerequisites-and-installation)
@@ -107,7 +107,7 @@ var response = client.Send(message);
107
107
A bulk message usually contains a single recipient per message
108
108
and is generally used to send the same content to many recipients,
109
109
optionally customizing the message via the use of MergeData.
110
-
For more information about using Merge data, please see the [Injection API documentation](https://www.socketlabs.com/api-reference/injection-api/#merging).
110
+
For more information about using Merge data, please see the [Injection API documentation](https://www.socketlabs.com/docs/inject/).
0 commit comments