Skip to main content
Solved

Low deliverability email

  • January 4, 2024
  • 1 reply
  • 65 views

I’m having problems with low deliverability, about 80% of my emails aren’t being delivered… i don’t really know what to do. Some get delivered, some don’t. 

 

ps: we have nearly zero spam complaints or unsubscribe,

Best answer by michaelm

Hello,

Within your workspace, if you go can do the following you should be able to see what is causing any failed deliveries:

  1. On the left menu click into Deliveries & Drafts
  2. Filter to Failed
  3. Expand the messages and view the reason

If you are seeing a reason like: Reason Variable 'customer.name' is missing (or some other missing varaible reason)

Then your messages are failing due to your messages being unable to render since the customer profiles are missing the attribute values you are attempting to use to personalize your messages.

If that is the main reason you are seeing, then you would want to implement some fallback logic within the liquid you are using (outlines in this document):

Hello {% if customer.name != blank %}{{ customer.name }}!{% else %}friend!{% endif %}

Hope that helps! If you are seeing any errors related to mail servers rejecting your messages or bounced messages, you may want to reach out to the Customer.io Technical Support team for a closer look.

View original
Did this topic help you find an answer to your question?

1 reply

michaelm
  • 4 replies
  • Answer
  • January 4, 2024

Hello,

Within your workspace, if you go can do the following you should be able to see what is causing any failed deliveries:

  1. On the left menu click into Deliveries & Drafts
  2. Filter to Failed
  3. Expand the messages and view the reason

If you are seeing a reason like: Reason Variable 'customer.name' is missing (or some other missing varaible reason)

Then your messages are failing due to your messages being unable to render since the customer profiles are missing the attribute values you are attempting to use to personalize your messages.

If that is the main reason you are seeing, then you would want to implement some fallback logic within the liquid you are using (outlines in this document):

Hello {% if customer.name != blank %}{{ customer.name }}!{% else %}friend!{% endif %}

Hope that helps! If you are seeing any errors related to mail servers rejecting your messages or bounced messages, you may want to reach out to the Customer.io Technical Support team for a closer look.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings