How to limit SMTP delivery to hourly batches
Posted
by Jeremy W
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy W
Published on 2010-03-26T14:26:35Z
Indexed on
2010/03/26
19:23 UTC
Read the original article
Hit count: 220
In an effort to keep us from being labeled spammers by major ISPs (in addition to SPF records, privacy policies, CANSPAM compliance and the like) - I wanted to limit the amount of mail we send out an hour.
Is this possible in W2K3 SMTP server? I was looking at outbound connection properties in the SMTP virtual server config screens...It's just not that clear if tinkering with those settings are going to do what I want.
In a nutshell, I'd love mail being sent by this server to queue up and send for example, 5,000 messages every 10 minutes or so.
Is this possible?
© Stack Overflow or respective owner