need to slow mass email sending in coldfusion 4.5

夙愿已清 提交于 2019-12-13 03:58:34

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!