newsletterflooding

Newsletter slow sending - delay between 2 mails to the same server / max e-mails per hour?


I have to make a newsletter sending utility application which will collect the list of subscriber from our central database and send out the newsletter. I've considered the possibility to be blacklisted due to flooding if I just flush out all emails at once, so I decided to go on a desktop-based softwer which will email those slowly.

my question is

whichever of the above applies more appropriate to the real-world of mail servers configuration...

thanks


Solution

  • I've implementing sending to max 600 e-mails per recipient domain. That seems to be working fine for some time now and sounds like an OK solution.

    Still, some SysAdmin insight on this would be appreciated.