Skip to main content

Emails sent to a catch-all email address appear identical

Learn why emails sent to a catch-all address might appear identical.

Updated over 2 weeks ago

Catch-all email addresses can sometimes result in emails that appear identical to each other. This article explains the reasons behind this and provides an understanding of the process.

How emails are constructed

When an account is set up to send triggers to a catch-all address, the system constructs emails as it would for individual customers, including the products in their cart. The cart contents are integrated into the email in one of two ways:

  1. Uploaded to a field:
    The contents are uploaded to a field in the Email Service Provider (ESP) system.

  2. Pulled from a URL
    The contents are pulled from a URL during the sending process and built into the email.

Timing and batching

Although emails are triggered in real-time, most messaging providers do not send them out immediately. Instead, they batch up the requests and send them after a short delay. This batching process can lead to issues when using a catch-all address for all emails:

  • Cart updates
    The cart might have been updated multiple times since the first email was triggered.

  • Identical HTML
    As a result, the same cart HTML is used when constructing the emails, either from the field or the URL.

Impact on customer emails

This does not affect live sending to individual customers. When sending to customers, their information is merged based on their own separate email addresses, ensuring personalized content.

Did this answer your question?