(my situation is sort of special with te server i'm at .. so it's celeverer to ask the question in away that
anybody could gain some knowledge from the answer ..)
so .. suppose that I'm sending mail thru a script that's being called by cron ..
my goal is to send as many (in an arrray - to may individual to-s) as fits Swift Mailer .. AT ONCE ..
that it can push thru to the mail system's que in like 10-15 seconds time comfortably ..
how many addresses is "polite" to put in this array as once ..?
my guess is: 50- 100 .. (since it keeps the connection open)
but i can imagine that i could runup to 500 (and only depends on mail server's quota)
what is the cool number then ..?
plz
PS: i'm assuming that Swift Mailer has a built in loop ..
and that's what i'm trying to ommit (because of my problem - and not SwfitMailer's:))