I have written a script to send an email to a large list of emails, it
works fine except for one slightly major thing. Each email needs to have
the receipient's email address at the bottom of the message for removal
purposes. This requires crafting a seperate email for each person. And
therefore I must send an individual email for each person. The problem
is rate. I need to know how I can rate limit the outgoing messages,
and/or make my mta (exim) send lots of messages in one connection (up to
50 per connection). Any help is much appreciated.
-David
works fine except for one slightly major thing. Each email needs to have
the receipient's email address at the bottom of the message for removal
purposes. This requires crafting a seperate email for each person. And
therefore I must send an individual email for each person. The problem
is rate. I need to know how I can rate limit the outgoing messages,
and/or make my mta (exim) send lots of messages in one connection (up to
50 per connection). Any help is much appreciated.
-David
Comment