{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block preheader %}Your reverse proxy for {{ domain }} is ready to use{% endblock %} {% block heading %}Your reverse proxy is ready{% endblock %} {% block section %}

Hey{% if user_name %} {{ user_name }}{% endif %},

Great news! Your reverse proxy for {{ domain }} has been successfully provisioned and is ready to use.

You can now update your PostHog SDK configuration to send events through {{ domain }} instead of directly to PostHog. This helps improve data collection reliability by routing traffic through your own domain.

View proxy settings

If the button above doesn't work, paste this link into your browser:
{{ settings_url }}

{% endblock %}