Robert Harrison wrote: > I have a program that sends out bulk mail using CFMail. Problem is it sends > the whole batch out at once. That sets off email blockers all over, so I > have to trickle the mail out.
The proper place to do that is in your SMTP server. For instance, in Postfix that would be done by setting the default_destination_rate_delay to something not 0 seconds. In IIS SMTP server the closest is setting an outbound connection limit. Check the manual of your SMTP service. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312960 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

