I've a distribution list wih 9000 members (opt-in). I've noticed that many of recipients won't receive the newsletter because their SMTP server refuses a big number of emails coming from same domain. They consider me as a spammer...
in this example; advalvas.be accepts 10 first email in the first second and then blocks all the others."SMTPC" 2772 51809 "2007-10-02 14:09:00.765" "217.64.245.9" "RECEIVED: 250 ok"
"SMTPC" 2772 51809 "2007-10-02 14:09:00.765" "217.64.245.9" "SENT: RCPT TO:<xxxx@advalvas.be>"
"SMTPC" 2788 51809 "2007-10-02 14:09:00.781" "217.64.245.9" "RECEIVED: 553 sorry, too many recipients (#5.7.1)"
Same behaviour with yahoo, skynet,hotmail...
How can I configure Hmailserver to send the newsletter in batch, example, 100 mails/minute with pause?
This seems to be impossible now.
This will be very useful to be implemented, perhaps not complex.
I see two parameters:
1. number of mail in one batch
2. delay in seconds between sending batch
Another thing to check is to avoid to sort recipient addresses by domain before sending mails in the engine
Thank you
Thomas