Request time out issue with Cfmail
Hi All,
Am using event gateway for sent newsletter email. When I sent large amount of newsletter letters cf mail tag time out occurred.
My mail sent process as follows
Step 1 :
cfloop(query)
{
cfquery for insert recipient to table
}
Step 2:
cfloop(query)
{
cfmail for send mail
cfquery for update table
}
Today I have tried to send 7000 newsletter, I got time out issue in Step 2 cfmail. I have noticed that the insert process in the Spet 1 takes upto 7 minutes for completing(inserting 7000 records).
Am in using MySQL 5 and CF8
