0

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.

Barrett Chamberlain
  • 119
  • 1
  • 2
  • 16

1 Answers1

3

Log the email required to be sent in DB.

Use cfschedule, fetch X number of email's at a time and send them.

Henry
  • 32,689
  • 19
  • 120
  • 221