ascruggs

Timeouts when opening multiple smtp connections

I send email in background jobs where a new process is spawned for every job. Each process will attempt to open up its own smtp connection to your server. Often, if I am trying to send out multiple emails at once(>10), most of my connection requests will timeout.

Are their limits to the number of parallel connections a customer can make? Is their something I should be doing differently?
1 person has
this question
+1
Reply