TRUSTED BY

  • Panera Bread Logo
  • The Walt Disney Company Logo
  • Mozilla Firefox Logo
  • Red Hat Logo
  • aston-martin-logo

You’re a simple sender.

You send mail for yourself or your company.

Code View No-Code View
Add a Sending Domain Create an IP Pool Create a Subaccount
client.BaseAddress = new Uri("https://api.socketlabs.com/v2/ip-pool");
payload = {  
  "ipAssignmentIds": [ your IPs go here ],
  "name": "Test Ip Pool"
};
client.BaseAddress = new Uri("https://api.socketlabs.com/v2/subaccount/");
payload = {
  "name": "SubAccount {{$guid}}",
  "ipPoolId": 21550 //example pool ID
};
client.BaseAddress = new Uri("https://api.socketlabs.com/v2/servers/:serverId/sending-domains");
payload = {
  "domain": "example.com",
};
Simple/Complex Sender

Integrate

Seamlessly

Add a sending domain and be off to the races. No stress required.

Create an IP Pool without hours of configuration to start warming it up ASAP.

Build an IP pool and create subaccounts in mere minutes to provision your new senders immediately.

SocketLabs SMTP SocketLabs Injection API
using System;
using System.Net.Mail;
MailMessage mail = new MailMessage();
SmtpClient SmtpServer = new SmtpClient("smtp.socketlabs.com");
mail.From = new MailAddress("FROM_EMAIL_ADDRESS");
mail.To.Add("TO_EMAIL_ADDRESS");
mail.Subject = "Sending A Test Message";
mail.Body = "This is the Html Body of my message.";
SmtpServer.Port = 587;
SmtpServer.Credentials = new System.Net.NetworkCredential("YOUR-SMTP-USERNAME", "YOUR-SMTP-PASSWORD");
SmtpServer.EnableSsl = true;
SmtpServer.Send(mail);
            
using SocketLabs.InjectionApi;
using SocketLabs.InjectionApi.Message;
var serverId = YOUR - SERVER - ID;
var injectionApiKey = "YOUR-API-KEY";
var client = new SocketLabsClient(serverId, injectionApiKey);
var message = new BasicMessage();
message.Subject = "Sending A Test Message";
message.HtmlBody = "This is the Html Body of my message.";
message.PlainTextBody = "This is the Plain Text Body of my message.";
message.From.Email = "FROM_EMAIL_ADDRESS";
message.To.Add("TO_EMAIL_ADDRESS");
var response = client.Send(message);
            
Simple/Complex Sender

Send

Reliably

SocketLabs SMTP never leaves delivery up to chance with unparalleled uptime and intuitive optimization tools. No SMTP, no problem! The SocketLabs Injection API has everything you need for a smooth platform experience.

Immediately put insight into action with data from SocketLabs Platform API, no interpretation required.

Or maybe you’re a complex sender.

You’re an ESP, marketing platform, or organization with multiple mailstreams.

Code View No-Code View
Create Rule Select IP Pool Rank Rule
client.BaseAddress = new Uri("https://api.socketlabs.com/v2/rule-engine/message-rules/");
payload = {
    "Name": "Test Rule {{$guid}}",
		"priority":1,
    "ruleGroups": [
        {
            "rules": [
                {
                    "field": "DKIMEnabled",
                    "value": "true",
                    "predicate": "eq"                },
                {
                    "field": "SPFEnabled",
                    "value": "true",
                    "predicate": "eq"                }
            ]
        },
        {
            "rules": [
                {
                    "predicate": "eq",
                    "value": "gmail.com",
                    "field": "ToDomain"                }
            ]
        }
    ]
}
client.BaseAddress = new Uri("https://api.socketlabs.com/v2/rule-engine/message-rules/{{messageRuleId}}");
payload = {
    "Name": "Test Rule {{$guid}}",
    "ruleGroups": [//Rule details],
    "action": "sed magna eiusmod exercitation id",
	  "actionTarget": "non consectetur"
}
client.BaseAddress = new Uri("https://api.socketlabs.com/v2/rule-engine/message-rules/{{messageRuleId}}");
payload =
{
    "Name": "Test Rule {{$guid}}",
    "Priority": 50,
}
Complex Sender

Manage

Independently

Create Rules to keep you in complete control of IP reputations so you can clean up the dreaded swamp.

Rank Rules by importance to shape traffic intelligently and automatically.

Have some less-than-ideal senders? Select IP Pools based on reputation to protect deliverability.

Complex Sender
Take control of your day
Forget the needle and its haystack. Identify problem accounts and real solutions in minutes, not hours.
StreamMonitor
Customize your dashboard to consolidate every facet of your email program into the view you need.
Guided Reporting
Get actionable insights prioritized by urgency scoring to improve or fix performance in 5 clicks or less.
Rule Engine
Automate mail routing to protect sender reputation and deliverability to avoid large-scale disaster.
Let’s Chat

Move Faster

No more waiting for data or searching for risks. Get performance info in near-real time and build dashboards designed to give you the most important info the way you need it to supercharge your efficiency.

Grow Revenue

Take land and expand to the next level by enabling teams to take on more business with more reliable services, better customer support, and reliable delivery for an unparalleled experience.

Spend Less

Simply put, we have a lower CPM than other email service providers who also offer less expertise, support, and technology. Don’t DO more with less. Pay less and GET more.

Nobody gives support like SocketLabs

“We’ve been working together for at least 8 years now, and we wouldn’t trust anybody else with our email delivery.”
Lindsay Willott CEO,
Customer Thermometer
customer thermometer
A person sitting comfortably and enjoying the experience of sending emails with SocketLabs.

Head and shoulders above the rest

“SocketLabs is clearly driven by customer success and has become a trusted partner of SignUp.com.”
Patrick Dyson CTO,
SignUp.com
sign up
A person sitting comfortably and enjoying the experience of sending emails with SocketLabs.

We should have transitioned a long time ago

“With SocketLabs, we’re not just a number. I’ve got the name of a person I can ring up if I’ve got a problem.”
Alec Dobbie CEO,
FanFinders
fan finders
A person sitting comfortably and enjoying the experience of sending emails with SocketLabs.

SocketLabs have proven themselves to be a stable and valuable partner

“We always want to be at the forefront of the marketing automation world, and SocketLabs helps us to do that.”
Peter Malm Email Specialist,
APSIS
A person sitting comfortably and enjoying the experience of sending emails with SocketLabs.