We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761a7d0 + 33fab49 commit cb74531Copy full SHA for cb74531
1 file changed
src/dev/submission-bundle/handlers/email.md
@@ -79,7 +79,7 @@ the email object. By default text/plain is used.
79
{{ email|json_encode|raw }}
80
```
81
82
-You can also define a `reply-to` option:
+You can also define a `reply-to` or `priority` (priority range [1,5]) option:
83
84
```twig
85
{% autoescape %}
@@ -92,6 +92,7 @@ You can also define a `reply-to` option:
92
{% set email = {
93
"from": "no-reply@company.com",
94
"reply-to": data.email,
95
+ "priority": 1,
96
"subject": "Email Form subject",
97
"body": body
98
} %}
0 commit comments