Skip to content

Commit 81ffd50

Browse files
committed
Outdated link straggler, improve sentence structure
1 parent 329f3af commit 81ffd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commerce/5.x/system/emails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ If you’re including a [PDF](pdfs.md), it could have its own rendering issues t
230230
5. **Avoid cart and session references.**\
231231
Emails are sent by queue processes that don’t have access to cookies or sessions the cart depends on. References to `craft.commerce.carts.cart` or `craft.commerce.customers.customer`, for example, will result in session-related errors.
232232

233-
Commerce adds email jobs to the queue with [high priority](/4.x/extend/queue-jobs.md#specifying-priority) for drivers that support it. This helps ensure outgoing messages don’t get stuck behind slow, long-running tasks.
233+
Commerce adds email jobs to the [queue](/5.x/system/queue.md) with “high priority” (for drivers that support it). This helps ensure outgoing messages don’t get stuck behind slow, long-running tasks.
234234

235235
When an email fails to send in response to a status change, its queue job will be marked as failed and include an appropriate message. Once you fix the cause of the sending failure, you can retry sending the email from the queue via **Utilities****Queue Manager**.
236236

0 commit comments

Comments
 (0)