Loading...
Email
Get started with Email
Set up your domain

Set up your domain


Setting up your domain is the first step to sending professional Email messages with Infobip. Domain setup helps you build trust with your recipients, improve deliverability, and access advanced email features.


Domain strategy

A strong domain strategy helps maintain high email deliverability. Your sender reputation depends on both your domain and IP address, so careful planning is important.

Use separate subdomains for each type of email traffic. Reserve your main domain (for example, company.com) for internal or corporate communication. Subdomains help you isolate different types of email activity and protect your main domain’s reputation.

For example:

  • Marketing: mkt.company.com
  • Transactional: trk.company.com
  • Support: help.company.com

Using dedicated subdomains improves deliverability, supports better reputation management, and helps spam filters process DNS lookups more efficiently. This approach also makes it easier to identify and resolve reputation or spam issues related to specific types of email activity.


Register a new domain

Register your domain to send email messages through Infobip.

Benefits of registering your domain

  • Improve deliverability: Increase the chances that your messages reach the inbox instead of the spam folder.
  • Track engagement: Enable open and click tracking to measure how recipients interact with your messages.
  • Manage unsubscribes: Use built-in tools to handle unsubscribe requests and maintain compliance.
  • Control your reputation: Protect and manage your domain reputation for consistent email delivery.
  • Enable inbound processing: Receive and process replies or incoming messages directly to your domain.
Recommended practiceUse a dedicated subdomain (for example, email.yourcompany.com) instead of your primary domain to isolate email activity. This protects your root domain’s reputation and simplifies deliverability troubleshooting.

Steps to register a domain

  1. Go to Channels and NumbersChannelsEmailMarketing and Transactional.
  2. In the Domains tab, select Add new domain. Add new domain
  3. Enter the required information:
    • Domain: Enter your domain name without prefixes.
    • Targeted daily traffic: Specify your expected daily traffic volume. This value helps trigger domain warmup. When the limit is reached, the warmup process starts. During warmup, you can send only one campaign at a time. This applies only to web interface senders.
    • DKIM key length: Select 1024 or 2048 bits. DKIM (DomainKeys Identified Mail) verifies sender authenticity. A longer key provides stronger protection. This setting is permanent and cannot be changed later.
  4. Select Set up domain to submit the form. You will receive DNS records to add to your domain provider. Authenticate new domain
NoteThese records must be added to your domain provider’s DNS settings to complete verification.

Verify your sender domain

After you register your domain, you must verify it before you can send email messages. Verification confirms that you own the domain and enables features, such as SPF (opens in a new tab) and DKIM authentication (opens in a new tab), tracking, and inbound reply handling.

After you submit your domain, Infobip generates DNS records that you need to add to your domain’s DNS settings. These records confirm domain ownership and enable email features.

DNS changes may take up to 48 hours to propagate, depending on your DNS provider. You can monitor the status of each record in the domain configuration panel. When all required records are verified, your domain status changes to active.


Domain configuration

After your domain is verified, you can manage its settings to match your Email use case. Follow these steps to access and configure your domain:

  1. Open domain settings: Select the three-dot menu next to your verified domain and choose Manage. Manage domain
  2. Review and update the following options:
    • DNS records: View the DNS records needed for domain verification. If your domain is not yet verified, copy these records and add them to your DNS host. When the records propagate, your domain will be ready to send email messages. DNS records
    • Domain pools: Manage the sending pools linked to this domain. Pools are ordered by priority from top to bottom - the top pool is used first when delivering traffic. If it becomes unavailable, the system will automatically switch to the next pool in the priority list. Here, you can add a domain pool by selecting the + Add button. Domain pools
      • To add a domain pool, select the + Add, then choose the pools you want to assign, either individually or by clicking Select all. Confirm by selecting the Assign to domain button. Assign pools
      • After adding pools, you can adjust their priority or remove them if needed. Do not forget to select Save to apply your changes. Save pools
    • Tracking: Configure how recipient interactions are tracked:
      • Open tracking: Monitor when recipients open your emails.
      • Click tracking: Track when recipients click links in your messages.
      • Unsubscribe tracking: Manage opt-outs using the Do Not Contact list.
      Tracking
    • Inbound: To enable inbound email, contact Support. In this tab, you can select HTTP Push as the forwarding action, enter your webhook URL, and save the configuration to start receiving parsed email replies. Inbound
    • Blocklist: Choose how to handle unsubscribes:
      • From sender address: Block messages from a specific email address (for example, [email protected]). The user may still receive emails from other addresses in the same domain.
      • From this domain: Block messages from the entire domain used by this account (for example, %infobip.com).
      Blocklist

Use the domain configuration panel to align your settings with your communication needs and to troubleshoot deliverability or feature access issues.


Envelope domain system

When you use your main domain to send emails, protecting its reputation is essential. Infobip automatically creates a unique envelope domain whenever you register a new sender domain. This envelope domain manages bounces and delivery errors without exposing or risking your main sending domain.

An envelope domain works behind the scenes during email delivery. It directs bounce messages and supports authentication mechanisms like DKIM (DomainKeys Identified Mail). Recipients do not normally see it, but it appears in the Return-Path field when viewing the full email headers.

How it works

Infobip generates a subdomain (for example, ib38450.example.com) to act as the envelope domain. This separation improves deliverability, monitoring, and troubleshooting, while keeping bounce handling isolated from your primary domain.

Outgoing emails use your root domain in the visible From address, but are actually sent using the envelope-from subdomain.

DMARC alignment

DMARC alignment determines whether an email message is authenticated using the same domain shown in the visible From address (VBFR).

For DMARC to pass, at least one authentication method must both pass and align with the VBFR domain:

  • DKIM authentication and alignment, or
  • SPF authentication and alignment

DMARC records can also include tags that provide visibility into authentication results, such as aggregate and forensic reports. These reports help you monitor alignment and identify configuration or delivery issues.

DMARC tags

DMARC records consist of tag-value pairs that instruct receiving email servers how to handle messages from a domain and define reporting preferences. DMARC alignment behavior is configured using DMARC tags in the DNS record.

Each tag has a specific purpose. For example, a record with p=none; sp=quarantine; pct=100 means that messages from the primary domain that fail DMARC are monitored but not enforced, while all messages from subdomains that fail DMARC are quarantined.

If neither SPF nor DKIM passes and aligns based on these settings, the DMARC policy is applied by the receiving mail server.

The table below summarizes the main DMARC tags and their functions.

TagRequiredDescription
vYesSpecifies the DMARC protocol version. The only valid value is DMARC1.
pYesDefines the policy applied to messages from the primary domain that fail DMARC authentication. Supported values are none, quarantine, and reject.
spNoDefines the policy applied to subdomains when it differs from the primary domain policy.
pctNoSpecifies the percentage of messages to which the DMARC policy is applied.
aspfNoDefines SPF alignment mode. Supported values are r (relaxed) and s (strict).
adkimNoDefines DKIM alignment mode. Supported values are r (relaxed) and s (strict).
ruaNoSpecifies email address(es) that receive aggregate DMARC reports containing authentication statistics.
rufNoSpecifies email address(es) that receive message-level forensic reports for authentication failures.
foNoControls when forensic reports are generated (for example, on SPF failure, DKIM failure, or both).
rfNoSpecifies the format used for forensic reports.
riNoDefines the interval, in seconds, at which aggregate reports are sent.

DKIM alignment

DKIM alignment evaluates whether the domain used in the DKIM signature (d= tag) aligns with the VBFR domain.

NoteInfobip Email uses strict DKIM alignment by default.

Strict DKIM alignment

With strict alignment, the DKIM signing domain must exactly match the VBFR domain.

Relaxed DKIM alignment

With relaxed alignment, the DKIM signing domain must belong to the same organizational domain as the VBFR domain. Subdomains are allowed.

How DKIM alignment affects DMARC

DKIM alignment on its own does not enforce any action. It is evaluated by DMARC together with SPF alignment to determine whether a message passes DMARC authentication.

SPF alignment

SPF alignment checks whether the domain authenticated by SPF matches the visible From address (VBFR). SPF authentication is based on the envelope sender domain (also known as the MAIL FROM or Return-Path domain), which is checked against the sending IP address.

SPF alignment is evaluated by DMARC and does not enforce any action on its own.

SPF alignment modes

SPF alignment behavior is controlled by the DMARC aspf tag, which supports relaxed and strict alignment.

Strict SPF alignment

With strict alignment, the envelope sender domain must exactly match the VBFR domain.

Relaxed SPF alignment

With relaxed alignment, the envelope sender domain must belong to the same organizational domain as the VBFR domain. Subdomains are allowed.

SPF alignment and DMARC

For DMARC to pass, SPF must both pass authentication and align with the VBFR domain based on the aspf setting. If SPF passes but does not align, it does not satisfy DMARC requirements. In that case, DKIM alignment may still allow the message to pass DMARC.

Late bounces and reporting

Late bounces are not reflected in reporting, and the message status stays as delivered once the provider confirms delivery. If late-bounce information arrives after that, the message status will not be updated.

To receive late bounce events, subscribe to late bounce webhooks.

See Late bounces for details.

DNS records

To ensure proper email delivery, you need to configure the following DNS records.

Record TypeRecord ValueRecord Purpose
TXTFind the value of this record in Domain details under the Expected Value column.DKIM – Protects your domain from spoofing and improves overall deliverability.
CNAMEemailtracking.email-messaging.comEnables your emails to include your sending domain in tracking links instead of the default Infobip tracking domain.
CNAMEFind the value of this record in Domain details under the Expected Value column. The DMARC record starts with _dmarc.DMARC – Authenticates the domain in your From address, increases trustworthiness, and provides reporting for configuration or spoofing issues.
CNAMEDynamically generated based on the client’s envelope domain.Propagates the required SPF, MX, and A records for successful email delivery.

Common providers for editing TXT records

The process for adding DNS records depends on your hosting provider. Infobip provides step-by-step instructions for:

Infobip will notify you by email when your DNS records are updated and your domain is verified. You will also see a Verified label next to your domain in the dashboard.

Domain verification can take up to 48 hours, depending on DNS propagation between Infobip and your service provider.

After verification, you can configure tracking for each domain. Tracking is enabled by default, but you can disable it if needed.



Need assistance

Explore Infobip Tutorials

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary
Service status

Copyright @ 2006-2026 Infobip ltd.

Service Terms & ConditionsPrivacy policyTerms of use