# SMPP Specification

Local Mail SMPP environment has multiple servers. To benefit from our fault tolerant, high availability platform we prefer SMPP customers to connect directly to our hostname. Based on location and traffic load your application will be automatically connected to the best server.

You should connect to Localmail SMPP servers using SMPP version 3.4.

Below are the connection details required to connect:

| **Setting** | **Value**                                          |
| ----------- | -------------------------------------------------- |
| IP address  | smpp.localmail.io                                  |
| Port        | 2999                                               |
| BIND TYPES  | Transmitter (TX)/ Receiver (RX)/ Transceiver (TRX) |
| system\_id  | your smpp username                                 |
| password    | your smpp password                                 |

{% hint style="info" %}
Throughput is tailored to each customer’s requirement during our onboarding process. In most cases for each bind connected to localmail SMPP servers you will be able to submit a maximum of 50 message per second. You can check with your account manager about specific requirements.
{% endhint %}

For relaying DLR back to your platform localmail servers will send back deliver\_sm to any bind connected with the same systemId of the originating submit\_sm PDU. This includes if you are sending from multiple sites; we will send to any active bind.

### Need More Help?

If u need any further Help During your Integration or questions related to technical know-how, you can reach out to our support team at **<support@localmail.io>**


---

# 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.localmail.io/messaging/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.
