SMTP Connection Credentials

Connect to Routee SMTP with your Application Id and Application Secret — same credentials as the HTTP API.

Use your Connect Application Id as the SMTP username and Application Secret as the password. Messages sent over SMTP appear in the same delivery logs as the HTTP API.

Connection settings

SettingValue
SMTP serversmtp10.amdtelecom.net
Port25 (STARTTLS required before auth) or 587 (TLS)
UsernameYour Application Id
PasswordYour Application Secret
EncryptionSTARTTLS on port 25; TLS on port 587
Auth methodsBASIC, LOGIN

Your account must have at least one verified domain and one authorized sender before SMTP sending is enabled.

📘

Prerequisite

Complete Setting up your account first.

Find your Application Id and Secret

  1. Sign in to go.routee.net and open Applications.
  2. Your default application is listed in the first row — copy the Application Id.
  3. Click the lock icon next to Application Secret to reveal it (your account password is required).
Application Id and Secret in the Applications menu

Reveal the Application Secret

Click the lock next to Application secret, enter your account password, and confirm.

Unlock Application Secret with your password

The secret is shown once unlocked — use it as your SMTP password.

Revealed Application Secret
👍

Next step

Send an email over SMTP — working examples in Python and swaks.