Re: How many E-mails maximum?
Re: How many E-mails maximum?
- Subject: Re: How many E-mails maximum?
- From: Pascal Robert <email@hidden>
- Date: Fri, 10 Feb 2006 14:56:32 -0500
If you can, use a mailing list and populate the list with your data.
We use this solution with CommuniGate Pro (who has a Java API), with a
mailing list, the load on the mail server is a lot lower and it send
emails faster (try to send emails to the same domain in batches, better
handling of bounces, etc.)
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?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden