I think that just sets the priority header in the email, and I believe coldfusion ignores it.
If you want to solve this, create an email queue table, and then send out the emails from that table every x minutes (and only select enough that could be sent out during that x number of minutes through cf). You can add a priority field into that table that you can order by when doing your select statement. Of course you can also install imsMail and not worry about mail backing up. We've been sending out 30k+ emails daily without any issues using IMS Lite (the free version). Your speed will significantly improve if you upgrade to a paid version. Russ > -----Original Message----- > From: Ken [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 24, 2006 3:16 PM > To: CF-Talk > Subject: Re: CFMAIL Priority > > Ok. But do you think that using the code on this page will help me tell > the > mail server which emails to process first out of the spool? Here's the > link: > http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18803 > > Thanks, > Ken > > On 1/24/06, Dave Watts <[EMAIL PROTECTED]> wrote: > > > > > Hi. I have a mail routing issue. I have certain coldfusion > > > generated emails that go out on a daily basis to my clients, > > > they are notifications that are time critical. On the other > > > hand, twice in a month, I send out newsletters to my clients. > > > The problem is: Whenever i send out the newsletters, my site > > > generated notification emails get stuck in that nrrow pipe of > > > thousands of newsletters going out. They are delivered > > > finally, but its too late by then for the notifications. > > > > > > I was wondering if there is a setting or a cfmailparam that I > > > can set as a "Priority level" for outgoing emails. That way > > > high priority emails will go out before Normal priority emails. > > > > There's nothing built into SMTP to prioritize email. There are third- > party > > products, like MIMESweeper (http://www.re-soft.com/product/mimesmtp.htm) > > that can do this for you. You'd have to install this in front of your > mail > > server, and specify the priority rules you want regarding to/from > > addresses. > > > > Dave Watts, CTO, Fig Leaf Software > > http://www.figleaf.com/ > > > > Fig Leaf Software provides the highest caliber vendor-authorized > > instruction at our training centers in Washington DC, Atlanta, > > Chicago, Baltimore, Northern Virginia, or on-site at your location. > > Visit http://training.figleaf.com/ for more information! > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230367 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

