FreemiumProBusinessEnterprise

Why the email was not delivered

Checking the delivery log

The first step when dealing with delivery issues is to check the log:

  1. Open the event and go to the Notifications tab.
  2. Select the Delivery log section.
  3. Find the notification by recipient email, date, or type.
  4. Check the delivery status.

Status descriptions

StatusWhat it meansWhat to do
SentThe email was passed to the mail providerWait a few minutes -- the email is in transit
DeliveredThe recipient's mail server accepted the emailThe email was delivered. If the recipient cannot find it -- check spam
OpenedThe recipient opened the emailDelivery successful
RejectedThe recipient's mail server rejected the emailSee the "Email rejected" section below
ErrorA technical error occurred during sendingA retry will be performed automatically

Common issues

Email landed in spam

The most common cause. Recommendations for the participant:

  • Check the "Spam" or "Junk" folder
  • Add the sender address to contacts or the trusted list
  • Mark the email as "Not spam" if found in the spam folder

Recommendations for the organizer (to reduce the likelihood of landing in spam):

  • Set up DKIM for your domain (Business+)
  • Avoid ALL CAPS in the subject line
  • Do not use spam-trigger words ("free", "promotion", "discount" in every email)
  • Send emails from your organization's domain, not from the shared tikento domain

Email rejected (bounce)

Bounce means the recipient's mail server refused to accept the email. Causes:

Hard bounce (permanent):

  • The email address does not exist (typo during entry)
  • The domain does not exist
  • The mailbox has been deleted

Soft bounce (temporary):

  • The mailbox is full
  • The recipient's server is temporarily unavailable
  • The email is too large

On hard bounce, the address is automatically marked as invalid. Subsequent sends to this address are blocked to protect the sender's reputation.

Invalid email

If a participant entered an incorrect address during registration:

  1. Open the participant's card in the registration list.
  2. Check the email for typos.
  3. If the email is incorrect, contact the participant through another channel (Telegram, phone) for clarification.

Send limit exhausted

If the monthly email notification limit is exhausted:

  • Automatic notifications are paused (except transactional ones: payment receipts)
  • Manual broadcasts are blocked
  • A warning appears on the dashboard

Solution:

  • Wait for the next billing period to begin
  • Upgrade to a higher plan to increase the limit

Current limit usage is displayed in Settings -> Plan -> Usage.

Delivery delay

Notifications are usually delivered within a few seconds. Delays are possible:

  • During mass sends (large broadcast) -- messages are processed sequentially through the BullMQ queue
  • During temporary mail provider issues -- automatic retries at 10s, 30s, 90s intervals
  • During platform peak loads

If a notification has not been delivered within 15 minutes and the log status is "Sent", contact support.

DKIM configuration

DKIM (DomainKeys Identified Mail) is a digital signature that confirms the sender's authenticity. Setting up DKIM significantly improves email deliverability.

Available on Business and Enterprise plans.

How to set up

  1. Go to Settings -> Notifications -> Email domain.
  2. Enter the domain from which emails will be sent (e.g., notifications.yourcompany.com).
  3. The system will generate DNS records (CNAME or TXT) that need to be added to your domain settings.
  4. Add the records with your DNS provider.
  5. Return to tikento and click Verify DNS.
  6. After successful verification, emails will be sent from your domain.

DNS verification may take from a few minutes to 48 hours depending on the TTL settings of your provider's records.

When to contact support

Contact support if:

  • The log status is "Error" and retries are not helping
  • Emails consistently fail to reach recipients on a specific mail service
  • You set up DKIM but DNS records have not passed verification for more than 48 hours
  • You suspect an issue on the platform side

Frequently asked questions

Where can I see the delivery status of a specific email?
Open Event -> Notifications -> Delivery log. Search for the recipient by email. You will see the status: sent, delivered, opened, rejected, or error.
A participant says they did not receive the email. What should I do?
Ask the participant to check their Spam folder. If the email is not in spam either, open the delivery log and check the status. If the status is Rejected (bounce), the address may be invalid. If Delivered, the email was accepted by the recipient's mail server.
What is DKIM and why should I set it up?
DKIM is a digital signature that confirms an email was genuinely sent from your domain. Without DKIM, mail services are more likely to send emails to spam. DKIM configuration is available on Business and Enterprise plans.