diff --git a/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html b/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html index 26b541f74..0dedc62e2 100644 --- a/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html +++ b/src/pretix/plugins/sendmail/templates/pretixplugins/sendmail/rule_create.html @@ -29,6 +29,18 @@ {% bootstrap_field form.send_date layout='horizontal' %} {% bootstrap_field form.send_offset_days layout='horizontal' %} {% bootstrap_field form.send_offset_time layout='horizontal' %} + +
+
+
+ {% blocktrans trimmed %} + For technical reasons, the email might actually be sent a bit later than your + configured date. Typically, this will not be more than 10 minutes. Your email + will never be sent earlier than the time you configured. + {% endblocktrans %} +
+
+