Bruno Pedrosa ha scritto:
Hi Stefano, I really appreciate your answer. What I will do is send about 20
e-mails per second to each domain, for instants, 20 emails to @aol.com, at
same time 20 e-mails to @gmail.com. Do u have any code that can help me? Or
a suggestion like an application that do that like a good smtp server ? Do u
know if James could help me developing this ?

Thank u very much.

Do you need to send different emails (mail merging) or identical emails?
In the latter case you will need around 1/5th of connections (tweaking how many recipients for each mail for each domain you want to use).

That said there is a lot of james code you could reuse, but again this depends on what exactly you have to do, if you have to track bounces/delivery, how important is reliability and so on...

Stefano

On Sun, Jun 29, 2008 at 9:10 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:

Bruno Pedrosa ha scritto:

Hello,
I need to do an application that send millions of e-mails in the same day.
Is there anything in James to help me with this? I was thinking in develop
an application that run some threads and send about 200 e-mails por second
but I am kinda lost. Maybe I dont need to do that, there is some another
application that I can use.

Could someone help me?

Thanks :-)

Of course this not only depend on JAMES Server but also on the hardware you
use.
On a very small machine I am able to send 1 million mail per day, but this
required changes to the code.
Out of the box I was stuck to near 300000 mail per day.

I think 200 email per second is really out of scope for JAMES, ATM, but
again it depends on hardware and what exactly you want to do (what kind of
messages, what kind of tracking, what reliability you need... ).

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to