SMPP v5 Connectivity
— Direct SMS Gateway Integration
for Korea and Global

Enterprise SMPP connectivity with direct carrier interconnections to SKT, KT, and LG U+ — high throughput, real-time delivery receipts, and no third-party hub routing.

SMPP v5
Protocol
10,000
TPS
Real-time
DLR
SKT·KT·LG U+
Direct carriers

What is SMPP?

SMPP (Short Message Peer-to-Peer) is the industry-standard protocol for connecting enterprise messaging platforms, CPaaS providers, SMS aggregators, and mobile carriers.

SureM provides enterprise SMPP connectivity for businesses delivering high-volume SMS traffic into Korea through direct carrier infrastructure, real-time delivery receipts, and scalable messaging performance.

SureM is the enterprise SMPP gateway for businesses connecting to Korea.

Why choose SureM SMPP?

SureM contributed to the development of the SMPP standard and operates SMPP v5 with direct carrier interconnections to SKT, KT, and LG U+ — enabling Korea-bound SMS delivery without third-party hub routing. Most international SMPP providers route Korean traffic through intermediary nodes, increasing latency and reducing delivery rates. SureM's direct interconnection eliminates this bottleneck, supporting throughput of 10,000+ messages per second.

Direct Korea carrier connectivity
High TPS
Real-time DLR
Persistent TCP session
Dedicated account manager
24/7 monitoring
Enterprise SLA

SMPP vs HTTP API

Feature SMPP HTTP API
ConnectionPersistentStateless
TPSVery HighMedium
Delivery receiptReal-timeCallback
Best forAggregatorsSaaS
ScalabilityExcellentGood

Core specifications

Protocol version
SMPP v5 (v3.4 compatible)
Transport
TCP/IP
Port
Provided with account —
dev team to confirm
TLS
Support status —
dev team to confirm

Connection parameters

Parameter Value
Hostsmpp.surem.net (or actual host — dev team to confirm)
Port2775 (standard) or actual port
System IDProvided after account issuance
PasswordProvided after account issuance
System type(if applicable)
Enquire link interval(recommended value)

Technical specification

VersionEncodingTLSThroughputDLRTimeoutWindow SizeReconnect
SMPP v5UCS-2 / KSC5601(confirm)10,000+ TPSReal-time(confirm)(tuned per account)Auto

Supported operations

Operation Purpose
bind_transmitterOpen a transmit-only session
bind_receiverOpen a receive-only session
bind_transceiverOpen a combined send/receive session
submit_smSubmit an outbound message
deliver_smReceive inbound messages and delivery receipts
enquire_linkKeep the session alive
unbindClose the session

MM4 / MM7 interfaces

For application-to-person MMS delivery through operator MMSCs.

What is MM7?

MM7 is the interface between a Value Added Service Provider (VASP) and an MMSC. It is used for enterprise applications to submit MMS messages to an operator's MMSC for delivery to mobile subscribers.

  • Based on SOAP over HTTP
  • Used for application-to-person (A2P) MMS delivery
  • SureM supports MM7 v5.3.0 and v6.8.0 (supported versions — dev team to confirm)
Diagram: VASP sends an MMS request through the MM7 interface to the operator MMSC.

Connection flow

Connection flow: Bind, then Submit_SM to the SMSC, which returns a DLR, followed by Unbind.

Architecture

Architecture: Application connects to SureM SMPP, which routes to the Korean carrier and on to the mobile device.

Use cases

SMS aggregators
Large-scale routing.
CPaaS providers
Enterprise messaging.
Banks
OTP delivery.
Airlines
Notifications.
E-commerce
Order updates.
SaaS
Authentication.

API example

# Bind example
bind_transceiver{
  system_id: "YOUR_SYSTEM_ID",
  password: "YOUR_PASSWORD",
  system_type: "",
  interface_version: 0x34
}

# Submit
submit_sm{
  source_addr: "SureM",
  destination_addr: "+819012345678",
  short_message: "Your verification code is 483920.",
  data_coding: 0x08   # UCS-2
}

# Delivery receipt (deliver_sm)
deliver_sm{ message_state: DELIVERED, receipted_message_id: "..." }
Bind Example
Submit_SM
Delivery Receipt
Error Code · Retry Logic

Trusted infrastructure

26
Years
1,800+
Customers
200+
Countries
800+
Carriers
10,000
TPS
ISO27001

Frequently asked questions

What SMPP version does SureM support?

SureM supports SMPP v5, with backward compatibility for SMPP v3.4. Both bind_transmitter (outbound only) and bind_transceiver (two-way) connection modes are available. SureM contributed to the development of the international SMPP standard and operates SMPP v5 with direct carrier interconnections to South Korea's three major operators — SKT, KT, and LG U+ — enabling Korea-bound SMS delivery without third-party hub routing.

SureM SMPP connectivity is available over TCP/IP. For enterprise clients requiring encrypted transport, please contact SureM's technical team to confirm TLS availability and configuration requirements for your integration. (TLS support status — dev team to confirm)

SureM's SMPP gateway supports throughput of 10,000+ messages per second across its carrier network. Per-connection throughput limits (messages per second, or MPS) are configured based on your account plan and traffic volume. High-volume enterprise clients can request dedicated throughput allocation. Contact SureM's technical team for throughput configuration specific to your use case.

SMPP credentials — including host address, port, System ID, and password — are issued after account setup and agreement signing. To get started:

  1. Contact SureM via intlsales@surem.com or +82-1588-4640
  2. Complete account registration and service agreement
  3. Receive SMPP credentials and technical onboarding documentation
  4. Connect to SureM's SMPP gateway using your System ID and password

SureM's technical team provides 1:1 onboarding support for SMPP integration, including bind configuration, encoding setup, and delivery report handling.

Yes. SureM operates direct SMPP interconnections with SKT, KT, and LG U+ — South Korea's three major mobile carriers. Most international SMPP providers route Korean traffic through intermediary nodes, increasing latency and reducing delivery rates. SureM's direct interconnection eliminates this bottleneck and integrates Korea's NPDB (Number Portability Database) for accurate delivery to ported numbers, regardless of which carrier the subscriber originally registered with.

Both integration methods connect to SureM's messaging infrastructure, but are suited to different use cases:

  • SMPP v5: Persistent TCP/IP connection optimized for high-volume, low-latency messaging. Best for CPaaS platforms, SMS aggregators, and enterprise systems sending 10,000+ messages per second. Requires SMPP protocol implementation on the client side.
  • REST API: Stateless HTTP-based integration, easier to implement and suitable for most web and app backends. Best for standard enterprise messaging volumes, OTP delivery, and transactional notifications. Supports JSON request/response format.

For most enterprise clients, REST API is sufficient and faster to integrate. SMPP is recommended for high-throughput platform-to-platform (P2P) integration or when existing systems already use SMPP.

MM4 and MM7 are MMS-specific interfaces used for enterprise multimedia message delivery:

  • MM4 is the interface between two MMSCs (Multimedia Messaging Service Centers), used for carrier-to-carrier MMS routing. SureM supports MM4 for inter-carrier MMS delivery.
  • MM7 is the interface between a Value Added Service Provider (VASP) and an MMSC, used for application-to-person (A2P) MMS delivery. It is based on SOAP over HTTP and is the standard method for enterprise applications to submit MMS messages to a carrier's MMSC. SureM supports MM7 v5.3.0 and v6.8.0 (supported versions — dev team to confirm)

SureM supports both MM4 and MM7 interfaces for enterprise MMS integration. Contact SureM's technical team for MM4/MM7 configuration documentation.

Related

Connect to Korea over SMPP

Talk with SureM's integration engineers about SMPP v5, throughput, and direct carrier routing.

SureM is a Korea-based business messaging infrastructure provider with 26 years of experience. SureM helps global messaging partners, foreign-invested companies in Korea, and Korean enterprises deliver SMS, LMS, MMS, RCS, Kakao, WhatsApp Business, Voice OTP, and international messages through reliable local network connectivity and global messaging reach.