Skip to content

Email verification emails are queued but never sent in Sentry Helm chart 29.4.0 on Kubernetes 1.31 #4212

@allanian

Description

@allanian

Self-Hosted Version

26.2.1

CPU Architecture

x86_64

Docker Version

20.10

Docker Compose Version

2.6

Machine Specification

  • My system meets the minimum system requirements of Sentry

Installation Type

fresh install

Steps to Reproduce

I installed Sentry on Kubernetes 1.31 using Helm chart sentry:29.4.0.
I configured email delivery via SMTP without authentication.
The SMTP test from https://sentry.test.eu/manage/status/mail/ works correctly.

However, from my account settings page:
https://sentry.test.eu/settings/account/emails/
when I click Resend verification, the email is not delivered.

Where can I check:

  • the queue state,
  • worker processing,
  • or any related errors for this email task?

It looks like the message is being queued but not processed.

Expected Result

Fix or any help

Actual Result

From the logs, I can see that the task is sent to the queue, but the email is never actually sent.
14:23:47 [INFO] sentry.accounts: user.email.start_confirm (user_id=9 ip_address='172.16.20.88' email=<UserEmail at 0x7fb98dca12d0: id=10, user_id=9, email='v.test@test.eu'>)
14:23:47 [INFO] sentry.access.api: api.access (method='POST' view='sentry.users.api.endpoints.user_emails_confirm.UserEmailsConfirmEndpoint' response='204' user_id='9' is_app='False' is_frontend_request='True' path='/api/0/users/me/emails/confirm/' caller_ip='172.16.20.88' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' rate_limited='False' request_duration_seconds='0.31732654571533203' rate_limit_type='DNE')
14:23:47 [INFO] sentry.access.api: api.access (method='GET' view='sentry.users.api.endpoints.user_emails.UserEmailsEndpoint' response='200' user_id='9' is_app='False' is_frontend_request='True' path='/api/0/users/me/emails/' caller_ip='172.16.20.88' user_agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36' rate_limited='False' request_duration_seconds='0.030762434005737305' rate_limit_type='DNE')

Event ID

No response

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions