From: Wolfram Stebel <email@hidden>
Subject: How many E-mails maximum?
To: WebObjects-List Apple <email@hidden>
Message-ID: <C0125959.DB3C%email@hidden>
Content-Type: text/plain; charset="US-ASCII"
Hi List,
my WO-Application is able to send mails to an unrestricted amount of
persons.
It is not spamming i intent, but sometimes there are huge amounts of mails
requested... :-)
What is your experience how many mail recipients will pass through the
layers (java.mail, mail server)?
I have Odaiko mail framework from the net.
It creates a vector of recipients from a huge NSArray created from my data
and does it's magic passing this to java.mail.
I wonder if it would be more clever to send huge amounts of mails in bundles
of, lets say 100, recipients to prevent failures and rejection by "who
knows".
I modified Odaiko mail so that it uses flexible intervals sending mails to
prevent rejection of bulk mails, but this would not help with one mail to
1-3000 recipients, i think.
I want to be sure to deliver any number of mails.
Any hints?
Wolfram