问题
I'm running CF Server 4.510 on Microsoft Windows Server 2003 R2 Standard SP 2.
One of our list serve applications on this server sends out a large amount of emails, prompting an excessive out-queue length alert from Barracuda. What I'm looking to do is throttle these emails so as to not send out this alert and bog down the server.
回答1:
Log the email required to be sent in DB.
Use cfschedule, fetch X number of email's at a time and send them.
来源:https://stackoverflow.com/questions/16349751/need-to-slow-mass-email-sending-in-coldfusion-4-5