`priority` not implemented on `<cfmail>`

Description

According to the docs: cfmail :: Lucee Documentation the priority attribute has not been implemented on <cfmail>. This has just caught me out slightly.

It’s not the end of the world, and perhaps there’s a good reason (no indication / explanation on the docs), but it would be handy if it was there.

I raised this on Slack and suggested I raised a ticket.

Cheers.

Attachments

1
  • 24 May 2023, 09:58 am

Activity

Show:

Pothys - MitrahSoft 24 May 2023 at 09:58

I've checked this issue with lucee fixed version 6.0.0.400-SNAPSHOT. Now cfmail tag supported the priority attribute.

Zac Spitzer 23 May 2023 at 15:37

Zac Spitzer 23 May 2023 at 08:04

https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/tag/Mail.java#L514

more or less just needs this added in (can’t just be dropped in at that code point)

smtp.setHeader("X-Priority", priority);
Fixed

Details

Assignee

Reporter

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Sprint

Fix versions

Priority

Created 22 May 2023 at 14:09
Updated 24 May 2023 at 09:58
Resolved 24 May 2023 at 09:58

Flag notifications