diff --git a/src/pretix/control/templates/pretixcontrol/email_setup_simple.html b/src/pretix/control/templates/pretixcontrol/email_setup_simple.html index 6cd9fa2ddc..8c600440ec 100644 --- a/src/pretix/control/templates/pretixcontrol/email_setup_simple.html +++ b/src/pretix/control/templates/pretixcontrol/email_setup_simple.html @@ -50,6 +50,46 @@ {% endblocktrans %} {% endif %} + {% if dkim_warning %} +
+ {{ dkim_warning }} +
++ {% trans "Your new DKIM record should be set up as a CNAME record like this:" %} +
+{{ dkim_hostname }} CNAME {{ dkim_cname }}
+ + {% trans "Please keep in mind that updates to DNS might require multiple hours to take effect." %} +
++ {{ dmarc_warning }} +
++ {% trans "Your new DMARC record could look like this:" %} +
+_dmarc.{{ hostname }} TXT "v=DMARC1; p=quarantine; sp=none; adkim=r; aspf=r;"
+ + {% trans "Please keep in mind that updates to DNS might require multiple hours to take effect." %} +
+@@ -70,7 +110,7 @@ - {% if spf_warning %} + {% if spf_warning or dkim_warning or dmarc_warning %}