Luxembourg SMS pricing starts at $0.0210 per message via direct interconnection to POST Telecom (45%), Vodafone Luxembourg (35%), and Orange Luxembourg (18%). Achieve 160 ms median latency and 99.0% delivery success. No KYC at signup—pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. Minimum $5 top-up. Full GDPR and ePrivacy Law compliance built in.
The GDPR Double Opt-In Rule Every Luxembourg Marketer Gets Wrong
Luxembourg's GDPR implementation and the Luxembourg ePrivacy Law impose a mandatory explicit opt-in requirement before sending any promotional SMS. Unlike some European jurisdictions that recognize soft opt-in (consent bundled with another service), Luxembourg does not. This means your subscriber database must contain documented proof of active, written consent for each recipient before the first message is sent. The gotcha: many senders collect consent verbally or through a web form checkbox, then fail to retain the timestamp and consent method. If the ILR (Institut Luxembourgeois de Régulation) receives a complaint and you cannot produce the signed consent log, the sender ID can be blocked network-wide.
How to Send SMS to Luxembourg in 3 Steps
Step 1: Create a Crypto-Funded Account
Sign up at smsroute.cc with your email address. No phone verification, no ID, no corporate documentation required. You will receive an API key and dashboard access immediately.
Step 2: Top Up Your Balance with Cryptocurrency
Send Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana to your account wallet. Minimum top-up is $5 USD. Credits are spendable immediately after blockchain confirmation—typically 1–10 minutes depending on the chain.
Step 3: Send SMS via API to +352 E.164 Numbers
Use the smsroute API endpoint to submit messages. All recipient numbers must be in E.164 format with the full +352 country code. Only send to numbers with documented explicit opt-in. Delivery reports are available in real time via the dashboard or HTTP webhook callback.
cURL Example:
curl -X POST https://api.smsroute.cc/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+352612345678",
"from": "YourBrand",
"text": "Hello! Confirm your SMS subscription by replying YES.",
"country": "LU"
}'
Python Example:
import requests
api_key = "YOUR_API_KEY"
headers = {
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json"
}
payload = {
"to": "+352612345678",
"from": "YourBrand",
"text": "Your verification code is 123456. Valid for 10 minutes.",
"country": "LU"
}
response = requests.post(
"https://api.smsroute.cc/send",
headers=headers,
json=payload
)
print(response.json())
Always ensure recipient phone numbers are in the format +352 6XX XXXX (mobile numbers only). The 6 is the mobile prefix in Luxembourg; landlines are not supported for SMS. Verify that each recipient has granted explicit opt-in consent before submitting the message.
Mobile Operators and Market Coverage
Luxembourg has 0.7 million mobile subscribers with 108% mobile penetration (multiple SIM cards per person are common). The mobile market is dominated by four operators:
POST Telecom
45% market share. Largest operator. Direct interconnection available. Accepts alphanumeric sender IDs up to 11 characters. Recommended to register sender ID for consistent delivery.
Vodafone Luxembourg
35% market share. Second-largest operator. Enforces strict GDPR compliance checks on inbound SMS. Sender ID pre-registration with Vodafone reduces delivery delay and filter risk.
Orange Luxembourg
18% market share. Emphasizes consumer protection and aggressive filtering of unsolicited SMS. Sender ID registration highly recommended. Requires clear unsubscribe links in marketing messages.
Tango
2% market share. Smaller carrier, often used for prepaid and budget segments. Coverage is reliable but less prioritized than major three. Included in standard bulk routes.
Luxembourg ePrivacy Law and GDPR Consent Rules
The regulator responsible for SMS compliance in Luxembourg is the Institut Luxembourgeois de Régulation (ILR). Their website is https://www.ilr.public.lu/.
Luxembourg's ePrivacy Law (implemented via the GDPR and national regulations) requires that any organization sending promotional SMS must obtain explicit prior consent from the recipient. This is not a "yes unless they opt out" rule; it is a "no, unless they explicitly opt in and you document it" rule. Key points:
- Explicit opt-in required: A clear, affirmative action by the subscriber (e.g., ticking a checkbox, replying "YES" to a confirmation SMS) must be recorded with timestamp and consent method.
- No soft opt-in: Consent obtained during a purchase, account signup, or registration for an unrelated service does not satisfy the SMS consent requirement.
- Retention obligation: Keep detailed logs of consent for at least three years. Include the date, method (e.g., web form, SMS confirmation), the subscriber's phone number, and the sender ID under which they will receive messages.
- Quiet hours: SMS sends are restricted between 20:00 and 08:00 CET. Weekends are also restricted for unsolicited commercial SMS. Scheduled messages outside quiet hours reduce complaint risk and improve delivery.
- Enforcement: The ILR has published enforcement actions against major senders for insufficient consent documentation. Non-compliance can result in sender ID blocking at POST Telecom, Vodafone, and Orange networks, plus fines in the five- to seven-figure range for enterprises.
Pricing: smsroute vs. Competitors
smsroute offers the lowest cost-per-message for Luxembourg SMS among major gateways:
| Provider | Price per SMS (USD) | vs. smsroute |
|---|---|---|
| smsroute | $0.0210 | best price |
| Twilio | $0.0339 | baseline |
| Sinch | $0.0332 | 37% more |
| Telnyx | $0.0254 | 17% more |
| MessageBird | $0.0288 | 27% more |
smsroute's pricing advantage comes from direct interconnection with POST Telecom, Vodafone, and Orange, and zero overhead from KYC, fraud prevention infrastructure, or regulatory compliance documentation. Crypto-only payment eliminates processing fees and chargeback risk.
Latency and Delivery Success
Median latency (p50): 160 milliseconds. This is the time between message submission via API and network acknowledgment from the recipient's operator. 95th percentile latency (p95) is 315 milliseconds. Latency may increase if your sender ID is not pre-registered with POST Telecom, Vodafone, or Orange, because unrecognized IDs are routed through content filtering queues.
Delivery success: 99.0%. Messages are delivered to the recipient's handset or, if the device is offline, queued by the operator for up to 72 hours. Failed messages are returned in the API response with a failure reason code: invalid number format, number not in service, recipient has opted out, content filtering block, etc. You can use these codes to clean your database and retry with corrected numbers or updated consent status.
Delivery success is further improved by:
- Staying within quiet hours (08:00–20:00 CET, weekdays only).
- Pre-registering your sender ID with the operators before launch.
- Including an unsubscribe link in every marketing message.
- Maintaining a clean, consent-documented subscriber list.
Frequently Asked Questions
Does Luxembourg require explicit opt-in for SMS marketing?
Yes. Luxembourg's GDPR implementation and the Luxembourg ePrivacy Law mandate explicit, documented opt-in before sending promotional SMS. Soft opt-in (consent bundled with another transaction) is not recognized. Every subscriber must actively consent to receive SMS from your sender ID before the first message. Lack of documented consent exposes you to complaints to the ILR and potential enforcement action.
What sender ID format is required in Luxembourg?
Sender IDs in Luxembourg must be alphanumeric and no more than 11 characters. While pre-registration with POST Telecom, Vodafone, or Orange is not mandatory, it is strongly recommended to reduce delivery delays and filter risk. Many enterprises and financial institutions register their sender IDs with the major operators before launch to ensure consistent delivery to their networks.
Are there quiet hours for SMS delivery in Luxembourg?
Yes. Luxembourg telecommunications rules restrict SMS sends between 20:00 and 08:00 CET. Weekend messaging is also restricted, particularly for unsolicited commercial SMS. Always schedule promotional campaigns during weekday business hours (08:00–20:00 CET) to avoid delivery blocks and potential complaints.
Which mobile operators should I target in Luxembourg?
POST Telecom (45% market share), Vodafone Luxembourg (35%), and Orange Luxembourg (18%) cover approximately 98% of Luxembourg's mobile subscribers. All three operators are GDPR-compliant and subject to ILR oversight. Tango holds approximately 2% of the market. For maximum reach, ensure your sender ID is recognized by all three major operators to avoid fallback to premium SMS routes.
What is the average SMS delivery latency in Luxembourg?
Median latency (p50) is 160 milliseconds, with 95th percentile (p95) latency of 315 milliseconds. This accounts for direct interconnection with POST Telecom, Vodafone, and Orange. Unregistered sender IDs or messages sent outside quiet-hour windows may experience longer delays due to operator filtering.
How do I format a Luxembourg phone number for SMS sending?
Luxembourg uses the E.164 format: +352 6XX XXXX for mobile numbers. The mobile prefix is the 6-digit number immediately following the country code +352. Do not drop the leading digit. Always include the full +352 country code when submitting numbers to the smsroute API, even if your source data contains only the domestic number.
Can I send SMS to Luxembourg with cryptocurrency only?
Yes. smsroute.cc operates on a crypto-only payment model. You may pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No credit cards, SEPA transfers, or bank wires are accepted. The minimum top-up is $5 USD. No KYC (phone verification, ID, or corporate documentation) is required at account creation.
What is smsroute's delivery success rate in Luxembourg?
smsroute maintains a 99.0% tier-1 delivery rate to Luxembourg mobile networks, backed by direct interconnection with POST Telecom, Vodafone, and Orange. Failed and rejected messages are detailed in your API response so you can troubleshoot opt-in compliance and formatting issues in real time.
Related
Mobile Operators and Market Coverage
Luxembourg has 0.7 million mobile subscribers with 108% mobile penetration (multiple SIM cards per person are common). The mobile market is dominated by four operators:
POST Telecom
45% market share. Largest operator. Direct interconnection available. Accepts alphanumeric sender IDs up to 11 characters. Recommended to register sender ID for consistent delivery.
Vodafone Luxembourg
35% market share. Second-largest operator. Enforces strict GDPR compliance checks on inbound SMS. Sender ID pre-registration with Vodafone reduces delivery delay and filter risk.
Orange Luxembourg
18% market share. Emphasizes consumer protection and aggressive filtering of unsolicited SMS. Sender ID registration highly recommended. Requires clear unsubscribe links in marketing messages.
Tango
2% market share. Smaller carrier, often used for prepaid and budget segments. Coverage is reliable but less prioritized than major three. Included in standard bulk routes.
Luxembourg ePrivacy Law and GDPR Consent Rules
The regulator responsible for SMS compliance in Luxembourg is the Institut Luxembourgeois de Régulation (ILR). Their website is https://www.ilr.public.lu/.
Luxembourg's ePrivacy Law (implemented via the GDPR and national regulations) requires that any organization sending promotional SMS must obtain explicit prior consent from the recipient. This is not a "yes unless they opt out" rule; it is a "no, unless they explicitly opt in and you document it" rule. Key points:
- Explicit opt-in required: A clear, affirmative action by the subscriber (e.g., ticking a checkbox, replying "YES" to a confirmation SMS) must be recorded with timestamp and consent method.
- No soft opt-in: Consent obtained during a purchase, account signup, or registration for an unrelated service does not satisfy the SMS consent requirement.
- Retention obligation: Keep detailed logs of consent for at least three years. Include the date, method (e.g., web form, SMS confirmation), the subscriber's phone number, and the sender ID under which they will receive messages.
- Quiet hours: SMS sends are restricted between 20:00 and 08:00 CET. Weekends are also restricted for unsolicited commercial SMS. Scheduled messages outside quiet hours reduce complaint risk and improve delivery.
- Enforcement: The ILR has published enforcement actions against major senders for insufficient consent documentation. Non-compliance can result in sender ID blocking at POST Telecom, Vodafone, and Orange networks, plus fines in the five- to seven-figure range for enterprises.
Pricing: smsroute vs. Competitors
smsroute offers the lowest cost-per-message for Luxembourg SMS among major gateways:
| Provider | Price per SMS (USD) | vs. smsroute |
|---|---|---|
| smsroute | $0.0210 | best price |
| Twilio | $0.0339 | baseline |
| Sinch | $0.0332 | 37% more |
| Telnyx | $0.0254 | 17% more |
| MessageBird | $0.0288 | 27% more |
smsroute's pricing advantage comes from direct interconnection with POST Telecom, Vodafone, and Orange, and zero overhead from KYC, fraud prevention infrastructure, or regulatory compliance documentation. Crypto-only payment eliminates processing fees and chargeback risk.
Latency and Delivery Success
Median latency (p50): 160 milliseconds. This is the time between message submission via API and network acknowledgment from the recipient's operator. 95th percentile latency (p95) is 315 milliseconds. Latency may increase if your sender ID is not pre-registered with POST Telecom, Vodafone, or Orange, because unrecognized IDs are routed through content filtering queues.
Delivery success: 99.0%. Messages are delivered to the recipient's handset or, if the device is offline, queued by the operator for up to 72 hours. Failed messages are returned in the API response with a failure reason code: invalid number format, number not in service, recipient has opted out, content filtering block, etc. You can use these codes to clean your database and retry with corrected numbers or updated consent status.
Delivery success is further improved by:
- Staying within quiet hours (08:00–20:00 CET, weekdays only).
- Pre-registering your sender ID with the operators before launch.
- Including an unsubscribe link in every marketing message.
- Maintaining a clean, consent-documented subscriber list.
Frequently Asked Questions
Does Luxembourg require explicit opt-in for SMS marketing?
Yes. Luxembourg's GDPR implementation and the Luxembourg ePrivacy Law mandate explicit, documented opt-in before sending promotional SMS. Soft opt-in (consent bundled with another transaction) is not recognized. Every subscriber must actively consent to receive SMS from your sender ID before the first message. Lack of documented consent exposes you to complaints to the ILR and potential enforcement action.
What sender ID format is required in Luxembourg?
Sender IDs in Luxembourg must be alphanumeric and no more than 11 characters. While pre-registration with POST Telecom, Vodafone, or Orange is not mandatory, it is strongly recommended to reduce delivery delays and filter risk. Many enterprises and financial institutions register their sender IDs with the major operators before launch to ensure consistent delivery to their networks.
Are there quiet hours for SMS delivery in Luxembourg?
Yes. Luxembourg telecommunications rules restrict SMS sends between 20:00 and 08:00 CET. Weekend messaging is also restricted, particularly for unsolicited commercial SMS. Always schedule promotional campaigns during weekday business hours (08:00–20:00 CET) to avoid delivery blocks and potential complaints.
Which mobile operators should I target in Luxembourg?
POST Telecom (45% market share), Vodafone Luxembourg (35%), and Orange Luxembourg (18%) cover approximately 98% of Luxembourg's mobile subscribers. All three operators are GDPR-compliant and subject to ILR oversight. Tango holds approximately 2% of the market. For maximum reach, ensure your sender ID is recognized by all three major operators to avoid fallback to premium SMS routes.
What is the average SMS delivery latency in Luxembourg?
Median latency (p50) is 160 milliseconds, with 95th percentile (p95) latency of 315 milliseconds. This accounts for direct interconnection with POST Telecom, Vodafone, and Orange. Unregistered sender IDs or messages sent outside quiet-hour windows may experience longer delays due to operator filtering.
How do I format a Luxembourg phone number for SMS sending?
Luxembourg uses the E.164 format: +352 6XX XXXX for mobile numbers. The mobile prefix is the 6-digit number immediately following the country code +352. Do not drop the leading digit. Always include the full +352 country code when submitting numbers to the smsroute API, even if your source data contains only the domestic number.
Can I send SMS to Luxembourg with cryptocurrency only?
Yes. smsroute.cc operates on a crypto-only payment model. You may pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No credit cards, SEPA transfers, or bank wires are accepted. The minimum top-up is $5 USD. No KYC (phone verification, ID, or corporate documentation) is required at account creation.
What is smsroute's delivery success rate in Luxembourg?
smsroute maintains a 99.0% tier-1 delivery rate to Luxembourg mobile networks, backed by direct interconnection with POST Telecom, Vodafone, and Orange. Failed and rejected messages are detailed in your API response so you can troubleshoot opt-in compliance and formatting issues in real time.
Related
import fetch from "node-fetch";
const apiKey = process.env.SMSROUTE_API_KEY;
const res = await fetch("https://api.smsroute.cc/v1/sms/send", {
method: "POST",
headers: {
Authorization: `Bearer ${apiKey}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
to: "+3525551234567",
from: "smsroute",
text: "Your verification code is 384921",
}),
});
console.log(await res.json());
import os, requests
resp = requests.post(
"https://api.smsroute.cc/v1/sms/send",
headers={"Authorization": f"Bearer {os.environ['SMSROUTE_API_KEY']}"},
json={
"to": "+3525551234567",
"from": "smsroute",
"text": "Your verification code is 384921",
},
timeout=10,
)
resp.raise_for_status()
print(resp.json())
curl -X POST https://api.smsroute.cc/v1/sms/send \
-H "Authorization: Bearer $SMSROUTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+3525551234567",
"from": "smsroute",
"text": "Your verification code is 384921"
}'
package main
import (
"bytes"
"encoding/json"
"fmt"
"io"
"net/http"
"os"
)
func main() {
payload, _ := json.Marshal(map[string]string{
"to": "+3525551234567",
"from": "smsroute",
"text": "Your verification code is 384921",
})
req, _ := http.NewRequest("POST",
"https://api.smsroute.cc/v1/sms/send",
bytes.NewBuffer(payload))
req.Header.Set("Authorization", "Bearer "+os.Getenv("SMSROUTE_API_KEY"))
req.Header.Set("Content-Type", "application/json")
resp, err := http.DefaultClient.Do(req)
if err != nil { panic(err) }
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}
<?php
$apiKey = getenv('SMSROUTE_API_KEY');
$payload = json_encode([
'to' => '+3525551234567',
'from' => 'smsroute',
'text' => 'Your verification code is 384921',
], JSON_UNESCAPED_UNICODE);
$ch = curl_init('https://api.smsroute.cc/v1/sms/send');
curl_setopt_array($ch, [
CURLOPT_POST => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => [
'Authorization: Bearer ' . $apiKey,
'Content-Type: application/json',
],
CURLOPT_POSTFIELDS => $payload,
]);
echo curl_exec($ch);
curl_close($ch);
Mobile Operators and Market Coverage
Luxembourg has 0.7 million mobile subscribers with 108% mobile penetration (multiple SIM cards per person are common). The mobile market is dominated by four operators:
POST Telecom
45% market share. Largest operator. Direct interconnection available. Accepts alphanumeric sender IDs up to 11 characters. Recommended to register sender ID for consistent delivery.
Vodafone Luxembourg
35% market share. Second-largest operator. Enforces strict GDPR compliance checks on inbound SMS. Sender ID pre-registration with Vodafone reduces delivery delay and filter risk.
Orange Luxembourg
18% market share. Emphasizes consumer protection and aggressive filtering of unsolicited SMS. Sender ID registration highly recommended. Requires clear unsubscribe links in marketing messages.
Tango
2% market share. Smaller carrier, often used for prepaid and budget segments. Coverage is reliable but less prioritized than major three. Included in standard bulk routes.
Mobile Operators and Market Coverage
Luxembourg has 0.7 million mobile subscribers with 108% mobile penetration (multiple SIM cards per person are common). The mobile market is dominated by four operators:
POST Telecom
45% market share. Largest operator. Direct interconnection available. Accepts alphanumeric sender IDs up to 11 characters. Recommended to register sender ID for consistent delivery.
Vodafone Luxembourg
35% market share. Second-largest operator. Enforces strict GDPR compliance checks on inbound SMS. Sender ID pre-registration with Vodafone reduces delivery delay and filter risk.
Orange Luxembourg
18% market share. Emphasizes consumer protection and aggressive filtering of unsolicited SMS. Sender ID registration highly recommended. Requires clear unsubscribe links in marketing messages.
Tango
2% market share. Smaller carrier, often used for prepaid and budget segments. Coverage is reliable but less prioritized than major three. Included in standard bulk routes.
Luxembourg ePrivacy Law and GDPR Consent Rules
The regulator responsible for SMS compliance in Luxembourg is the Institut Luxembourgeois de Régulation (ILR). Their website is https://www.ilr.public.lu/.
Luxembourg's ePrivacy Law (implemented via the GDPR and national regulations) requires that any organization sending promotional SMS must obtain explicit prior consent from the recipient. This is not a "yes unless they opt out" rule; it is a "no, unless they explicitly opt in and you document it" rule. Key points:
- Explicit opt-in required: A clear, affirmative action by the subscriber (e.g., ticking a checkbox, replying "YES" to a confirmation SMS) must be recorded with timestamp and consent method.
- No soft opt-in: Consent obtained during a purchase, account signup, or registration for an unrelated service does not satisfy the SMS consent requirement.
- Retention obligation: Keep detailed logs of consent for at least three years. Include the date, method (e.g., web form, SMS confirmation), the subscriber's phone number, and the sender ID under which they will receive messages.
- Quiet hours: SMS sends are restricted between 20:00 and 08:00 CET. Weekends are also restricted for unsolicited commercial SMS. Scheduled messages outside quiet hours reduce complaint risk and improve delivery.
- Enforcement: The ILR has published enforcement actions against major senders for insufficient consent documentation. Non-compliance can result in sender ID blocking at POST Telecom, Vodafone, and Orange networks, plus fines in the five- to seven-figure range for enterprises.
Luxembourg ePrivacy Law and GDPR Consent Rules
The regulator responsible for SMS compliance in Luxembourg is the Institut Luxembourgeois de Régulation (ILR). Their website is https://www.ilr.public.lu/.
Luxembourg's ePrivacy Law (implemented via the GDPR and national regulations) requires that any organization sending promotional SMS must obtain explicit prior consent from the recipient. This is not a "yes unless they opt out" rule; it is a "no, unless they explicitly opt in and you document it" rule. Key points:
- Explicit opt-in required: A clear, affirmative action by the subscriber (e.g., ticking a checkbox, replying "YES" to a confirmation SMS) must be recorded with timestamp and consent method.
- No soft opt-in: Consent obtained during a purchase, account signup, or registration for an unrelated service does not satisfy the SMS consent requirement.
- Retention obligation: Keep detailed logs of consent for at least three years. Include the date, method (e.g., web form, SMS confirmation), the subscriber's phone number, and the sender ID under which they will receive messages.
- Quiet hours: SMS sends are restricted between 20:00 and 08:00 CET. Weekends are also restricted for unsolicited commercial SMS. Scheduled messages outside quiet hours reduce complaint risk and improve delivery.
- Enforcement: The ILR has published enforcement actions against major senders for insufficient consent documentation. Non-compliance can result in sender ID blocking at POST Telecom, Vodafone, and Orange networks, plus fines in the five- to seven-figure range for enterprises.
Pricing: smsroute vs. Competitors
smsroute offers the lowest cost-per-message for Luxembourg SMS among major gateways:
| Provider | Price per SMS (USD) | vs. smsroute |
|---|---|---|
| smsroute | $0.0210 | best price |
| Twilio | $0.0339 | baseline |
| Sinch | $0.0332 | 37% more |
| Telnyx | $0.0254 | 17% more |
| MessageBird | $0.0288 | 27% more |
smsroute's pricing advantage comes from direct interconnection with POST Telecom, Vodafone, and Orange, and zero overhead from KYC, fraud prevention infrastructure, or regulatory compliance documentation. Crypto-only payment eliminates processing fees and chargeback risk.
Pricing: smsroute vs. Competitors
smsroute offers the lowest cost-per-message for Luxembourg SMS among major gateways:
| Provider | Price per SMS (USD) | vs. smsroute |
|---|---|---|
| smsroute | $0.0210 | best price |
| Twilio | $0.0339 | baseline |
| Sinch | $0.0332 | 37% more |
| Telnyx | $0.0254 | 17% more |
| MessageBird | $0.0288 | 27% more |
smsroute's pricing advantage comes from direct interconnection with POST Telecom, Vodafone, and Orange, and zero overhead from KYC, fraud prevention infrastructure, or regulatory compliance documentation. Crypto-only payment eliminates processing fees and chargeback risk.
Latency and Delivery Success
Median latency (p50): 160 milliseconds. This is the time between message submission via API and network acknowledgment from the recipient's operator. 95th percentile latency (p95) is 315 milliseconds. Latency may increase if your sender ID is not pre-registered with POST Telecom, Vodafone, or Orange, because unrecognized IDs are routed through content filtering queues.
Delivery success: 99.0%. Messages are delivered to the recipient's handset or, if the device is offline, queued by the operator for up to 72 hours. Failed messages are returned in the API response with a failure reason code: invalid number format, number not in service, recipient has opted out, content filtering block, etc. You can use these codes to clean your database and retry with corrected numbers or updated consent status.
Delivery success is further improved by:
- Staying within quiet hours (08:00–20:00 CET, weekdays only).
- Pre-registering your sender ID with the operators before launch.
- Including an unsubscribe link in every marketing message.
- Maintaining a clean, consent-documented subscriber list.
Latency and Delivery Success
Median latency (p50): 160 milliseconds. This is the time between message submission via API and network acknowledgment from the recipient's operator. 95th percentile latency (p95) is 315 milliseconds. Latency may increase if your sender ID is not pre-registered with POST Telecom, Vodafone, or Orange, because unrecognized IDs are routed through content filtering queues.
Delivery success: 99.0%. Messages are delivered to the recipient's handset or, if the device is offline, queued by the operator for up to 72 hours. Failed messages are returned in the API response with a failure reason code: invalid number format, number not in service, recipient has opted out, content filtering block, etc. You can use these codes to clean your database and retry with corrected numbers or updated consent status.
Delivery success is further improved by:
- Staying within quiet hours (08:00–20:00 CET, weekdays only).
- Pre-registering your sender ID with the operators before launch.
- Including an unsubscribe link in every marketing message.
- Maintaining a clean, consent-documented subscriber list.
Frequently Asked Questions
Does Luxembourg require explicit opt-in for SMS marketing?
Yes. Luxembourg's GDPR implementation and the Luxembourg ePrivacy Law mandate explicit, documented opt-in before sending promotional SMS. Soft opt-in (consent bundled with another transaction) is not recognized. Every subscriber must actively consent to receive SMS from your sender ID before the first message. Lack of documented consent exposes you to complaints to the ILR and potential enforcement action.
What sender ID format is required in Luxembourg?
Sender IDs in Luxembourg must be alphanumeric and no more than 11 characters. While pre-registration with POST Telecom, Vodafone, or Orange is not mandatory, it is strongly recommended to reduce delivery delays and filter risk. Many enterprises and financial institutions register their sender IDs with the major operators before launch to ensure consistent delivery to their networks.
Are there quiet hours for SMS delivery in Luxembourg?
Yes. Luxembourg telecommunications rules restrict SMS sends between 20:00 and 08:00 CET. Weekend messaging is also restricted, particularly for unsolicited commercial SMS. Always schedule promotional campaigns during weekday business hours (08:00–20:00 CET) to avoid delivery blocks and potential complaints.
Which mobile operators should I target in Luxembourg?
POST Telecom (45% market share), Vodafone Luxembourg (35%), and Orange Luxembourg (18%) cover approximately 98% of Luxembourg's mobile subscribers. All three operators are GDPR-compliant and subject to ILR oversight. Tango holds approximately 2% of the market. For maximum reach, ensure your sender ID is recognized by all three major operators to avoid fallback to premium SMS routes.
What is the average SMS delivery latency in Luxembourg?
Median latency (p50) is 160 milliseconds, with 95th percentile (p95) latency of 315 milliseconds. This accounts for direct interconnection with POST Telecom, Vodafone, and Orange. Unregistered sender IDs or messages sent outside quiet-hour windows may experience longer delays due to operator filtering.
How do I format a Luxembourg phone number for SMS sending?
Luxembourg uses the E.164 format: +352 6XX XXXX for mobile numbers. The mobile prefix is the 6-digit number immediately following the country code +352. Do not drop the leading digit. Always include the full +352 country code when submitting numbers to the smsroute API, even if your source data contains only the domestic number.
Can I send SMS to Luxembourg with cryptocurrency only?
Yes. smsroute.cc operates on a crypto-only payment model. You may pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No credit cards, SEPA transfers, or bank wires are accepted. The minimum top-up is $5 USD. No KYC (phone verification, ID, or corporate documentation) is required at account creation.
What is smsroute's delivery success rate in Luxembourg?
smsroute maintains a 99.0% tier-1 delivery rate to Luxembourg mobile networks, backed by direct interconnection with POST Telecom, Vodafone, and Orange. Failed and rejected messages are detailed in your API response so you can troubleshoot opt-in compliance and formatting issues in real time.
Frequently Asked Questions
Does Luxembourg require explicit opt-in for SMS marketing?
Yes. Luxembourg's GDPR implementation and the Luxembourg ePrivacy Law mandate explicit, documented opt-in before sending promotional SMS. Soft opt-in (consent bundled with another transaction) is not recognized. Every subscriber must actively consent to receive SMS from your sender ID before the first message. Lack of documented consent exposes you to complaints to the ILR and potential enforcement action.
What sender ID format is required in Luxembourg?
Sender IDs in Luxembourg must be alphanumeric and no more than 11 characters. While pre-registration with POST Telecom, Vodafone, or Orange is not mandatory, it is strongly recommended to reduce delivery delays and filter risk. Many enterprises and financial institutions register their sender IDs with the major operators before launch to ensure consistent delivery to their networks.
Are there quiet hours for SMS delivery in Luxembourg?
Yes. Luxembourg telecommunications rules restrict SMS sends between 20:00 and 08:00 CET. Weekend messaging is also restricted, particularly for unsolicited commercial SMS. Always schedule promotional campaigns during weekday business hours (08:00–20:00 CET) to avoid delivery blocks and potential complaints.
Which mobile operators should I target in Luxembourg?
POST Telecom (45% market share), Vodafone Luxembourg (35%), and Orange Luxembourg (18%) cover approximately 98% of Luxembourg's mobile subscribers. All three operators are GDPR-compliant and subject to ILR oversight. Tango holds approximately 2% of the market. For maximum reach, ensure your sender ID is recognized by all three major operators to avoid fallback to premium SMS routes.
What is the average SMS delivery latency in Luxembourg?
Median latency (p50) is 160 milliseconds, with 95th percentile (p95) latency of 315 milliseconds. This accounts for direct interconnection with POST Telecom, Vodafone, and Orange. Unregistered sender IDs or messages sent outside quiet-hour windows may experience longer delays due to operator filtering.
How do I format a Luxembourg phone number for SMS sending?
Luxembourg uses the E.164 format: +352 6XX XXXX for mobile numbers. The mobile prefix is the 6-digit number immediately following the country code +352. Do not drop the leading digit. Always include the full +352 country code when submitting numbers to the smsroute API, even if your source data contains only the domestic number.
Can I send SMS to Luxembourg with cryptocurrency only?
Yes. smsroute.cc operates on a crypto-only payment model. You may pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No credit cards, SEPA transfers, or bank wires are accepted. The minimum top-up is $5 USD. No KYC (phone verification, ID, or corporate documentation) is required at account creation.
What is smsroute's delivery success rate in Luxembourg?
smsroute maintains a 99.0% tier-1 delivery rate to Luxembourg mobile networks, backed by direct interconnection with POST Telecom, Vodafone, and Orange. Failed and rejected messages are detailed in your API response so you can troubleshoot opt-in compliance and formatting issues in real time.
Related
Ready to send SMS to Luxembourg?
$5 minimum. Crypto only. Live in 60 seconds.