{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}This is no longer your PostHog account email{% endblock %} {% block section %}
Hey, {{ user_name }}! Just letting you know that your PostHog account email has been successfully changed from {{ old_address }} to {{ new_address }}.
{% endblock %}