I'm currently seeing a bunch of the same errors in our mail.log in ColdFusion 11:
com.sun.mail.smtp.SMTPSendFailedException: 454 Throttling failure: Maximum sending rate exceeded.
There's 200 or so at the exact same datetime, and then another batch of 200 or so at another random time (presumably a different email several hours later).
We're using Amazon SES, and the max send rate on our account is "14 emails/second." Based on those errors we're seeing in mail.log, we assume this rate is being exceeded by ColdFusion trying to send too many at once. Does that assumption sound correct?
Looking around the CF 11 Admin, I'm unsure about what adjustments we need to make to ensure CF doesn't exceed the 14/s rate. Here are some of our current settings (under CF Admin > Server Settings > Mail) which may or may not apply:
[x] Maintain connection to mail server
Connection Timeout (in seconds): 60
[ ] Enable SSL socket connections to mail server
[x] Enable TLS connection to mail server
Spool Interval (in seconds): 15
Mail Delivery Threads: 10
[x] Spool mail messages for delivery to: Disk
Maximum number of messages spooled to memory: 50000