Rob Brooks-Bilson
Tech, Photography, Stuff
Tech, Photography, Stuff
June 12, 2007
I haven't seen this one mentioned anywhere in the huge number of ColdFusion 8/Scorpio posts that have been popping up lately. It's a relatively minor addition to the cfmail tag for setting message priority. In ColdFusion 6.x/7.x, if you wanted to set message priority, you needed to use a separate cfmailparam tag like so:
In ColdFusion 8, the same email can be written like this:
The priority attribute is optional and can contain an integer (1-5 with 1 being the highest priority) or string value (highest|urgent, high, normal, low, and lowest|non-urgent).
This isn't huge, I know, but it's just one more way ColdFusion 8 makes even little things easier than ever before.
6/13/07 6:13 AM
Oh man! I didn't even know you could do that with CFMailParam!! Now you just taught me something about ColdFusion MX7 AND ColdFusion 8... thanks :)
6/23/07 11:40 AM
Hi Rob,
Is it possible with Cold Fusion to set up a custom search option so that the visitor
can only search within a web site and is not sent "outside" the website?
Thanks,
Charlie
6/26/07 9:01 PM
Hi Charlie,
ColdFusion comes bundled (and integrated) with the Verity Search Engine. It's very easy to use it to index and search your ColdFusion site, without sending visitors outside of your site.
6/2/09 9:09 PM
Does priority have any affect on the mail server, or is this only used by the mail client?
I am after a way to send bulk mail outs through ms exchange server without bringing it to it's knees.