# SMPP

## SMPP

We also provide an SMPP interface for high-volume users. SMPP is available on the canonical port 2775. An encrypted, secure connection is also provided over TLS (1.1 or 1.2) on port 2776.

We highly recommend you connect via TLS in order to securely transport your messages to us. The normal, non-TLS connection is provided mainly for legacy backwards compatibility reasons.

## Authentication <a href="#authentication" id="authentication"></a>

{% hint style="info" %}
Authentication is done by SMPP credentials you received from TSG team or can be found in the customer portal.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tsgglobal.com/api-reference/programmable-sms/smpp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
