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


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to archive@mail-archive.com

Reply via email to