# SMPP Connection Details

[SMPP](https://smpp.org/) connections are configured using plain text files that use the .conf file extension and can be created, edited and saved using any plain text editor.\
\
The SMPP API requires certain parameters to authenticate and configure session settings such as host and port details, type, and throughput per second.\
\
Below are the recommended details you will require to establish a connection to our SMPP server based on the open-source suite [Kannel 1.5.0](https://kannel.org/download/1.5.0/userguide-1.5.0/userguide.html#AEN1676):

For transmitter **(TX)** bind types:

group=smsc\
smsc=smpp\
system-type=SMPP\
smsc-username=myusername\
smsc-password=mypassword\
allowed-smsc-id=panaceamobile\
smsc-id=panaceamobile\
host=[eu-api.panaceamobile.com](https://eu-api.panaceamobile.com)\
port=9911\
throughput=50\
max-pending-submits=50

For receiver (**RX)** bind types:

group=smsc\
smsc=smpp\
system-type=SMPP\
smsc-username=myusername\
smsc-password=mypassword\
allowed-smsc-id=panaceamobile\
smsc-id=panaceamobile\
host=[eu-api.panaceamobile.com](https://eu-api.panaceamobile.com)\
receive-port=9911\
max-pending-submits=50

For transceiver (**TRX)** bind type&#x73;**:**

group=smsc\
smsc=smpp\
system-type=SMPP\
smsc-username=myusername\
smsc-password=mypassword\
allowed-smsc-id=panaceamobile\
smsc-id=panaceamobile\
host=[eu-api.panaceamobile.com](https://eu-api.panaceamobile.com)\
port=9911\
throughput=50\
max-pending-submits=50\
transceiver-mode=yes

{% hint style="warning" %}
Please get in touch with your Account Manager or our Support Desk to confirm your host details as this may vary depending on your specific requirements.
{% 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://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/smpp-api/smpp-connection-details.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.
