diff --git a/make_a_wish/templates/make_a_wish/make_a_wish_root.html b/make_a_wish/templates/make_a_wish/make_a_wish_root.html
index a5fbae5f346a27fa74720c147afe62b31da1fead..01304d823453aa39e3b9a55f5724cbba86a71dd7 100644
--- a/make_a_wish/templates/make_a_wish/make_a_wish_root.html
+++ b/make_a_wish/templates/make_a_wish/make_a_wish_root.html
@@ -6,7 +6,7 @@
     <title>Máte přání?</title>
 
     {% if page.matomo_id %}
-        {% include "shared/matomo_snippet.html" with matomo_id=page.root_page.matomo_id %}
+        {% include "shared/matomo_snippet.html" with matomo_id=page.matomo_id %}
     {% endif %}
 {% endblock %}
 
diff --git a/shared/utils.py b/shared/utils.py
index 1adb7eb05bdffd9066b36f7462a9686c94e790a2..d97d5832233d04fb581137939f53b5653694d3a6 100644
--- a/shared/utils.py
+++ b/shared/utils.py
@@ -106,6 +106,7 @@ def subscribe_to_ecomail_newsletter(
             **custom_data,
         },
         "update_existing": update_existing,
+        "trigger_autoresponders": True,
     }
 
     response = requests.post(