All new Suppression List management features now available!

SocketLabs is excited to announce some great new features to help you manage your Suppression List! If you are unfamiliar with the Suppression List page, it can be found in the Control Panel. Once you’ve selected a Server to manage just click on Configuration menu in the top menu bar and then select “View Suppression List”. Upon […]

New Search Features

We are always hard at work trying to enhance your experience with our SocketLabs On-Demand service.  This week we released an update that contained some fantastic new enhancements.  If you haven’t already noticed, here is a quick overview of what we added. Searching in the Control Panel and API You will find it is much […]

Hurricane MTA Server Updates

Over the past few months we have released some powerful new functionality into Hurricane MTA Server for our on-premise customers. Delivery Rule Overrides Delivery rule overrides enable you to globally override all delivery rules for an account. For example, if you wanted to change the throttling for an account to 50 messages per hour, per […]

New Plugin API Interface for Hurricane MTA Server Expands Integration Potential Infinitely

Hurricane MTA Server’s event-driven plugin API has long been one of its greatest features and strengths. It enables real-time event-driven integration and data push capabilities never before seen in an MTA. Interfaces like IOutboundSMTPConncetion and its OnSent(), OnFail() and OnDefer() event methods allow developers to handle real-time events with .Net code just as easy as […]

Handling Feedback Loop Reports with a Plugin

One of the cool new events supported by the new IDynamic plugin API interface is OnFeedbackLoopParsed which can be fired each time a feedback loop report is received and processed by Hurricane MTA Server. The following code illustrates how the event can be handled by your code. If you have not read about the new […]