11-20-2011, 09:02 PM
|
#5 (permalink)
|
|
The Acquainted
Join Date: May 2009
Posts: 178
Thanks: 9
|
I am just concious that i cant keep adding more and more properties its eventually going to get unworkable. Essentially wehen a holidaymaker submits a holiday enquiry i am asking in the code for an insert of around 60 lines to a couple of mysql tables and then called the php mail function to send aropund 60 emails. the databases IO runs very quickly but the php mail function takes an etrnioty to send out 60 emails. What happens when the 60 emails becomes 120. There must be an efficient way to process this i.e. send out 100 emails off the back of 1 form submit?
|
|
|
|