Skip to content

Commit cb74531

Browse files
committed
Merge branch '6.9' into 6.x
2 parents 761a7d0 + 33fab49 commit cb74531

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/dev/submission-bundle/handlers

src/dev/submission-bundle/handlers/email.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ the email object. By default text/plain is used.
7979
{{ email|json_encode|raw }}
8080
```
8181

82-
You can also define a `reply-to` option:
82+
You can also define a `reply-to` or `priority` (priority range [1,5]) option:
8383

8484
```twig
8585
{% autoescape %}
@@ -92,6 +92,7 @@ You can also define a `reply-to` option:
9292
{% set email = {
9393
"from": "no-reply@company.com",
9494
"reply-to": data.email,
95+
"priority": 1,
9596
"subject": "Email Form subject",
9697
"body": body
9798
} %}

0 commit comments

Comments
 (0)