Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
August 5, 201212 yr Ironically, your error message contains no error message. :rolleyes: Check your IPB's sql logs for more info. I would assume, you may have hit some sort of sql limit.
August 6, 201212 yr Possibly... 1. Your mysql server crashed. 2. You reached mysql limits. Check from mysqltuner, it'll also tell you if it reached its limits (most likely) 3. You may have reached tcp connection limit (not very likely)
August 6, 201212 yr Author 1. Is not crashed mysql server 2. I ran mysqltuner but do not see any warning in this respect. So, they stopped sending emails to 450. I tried three times to run resending emails and each time the block to 450 emails. It just does not want to send more. 3. How I can check tcp connection limit ?
August 6, 201212 yr Author I typed the command 'top' and the list shown not see anything about php mail or smtp! I see only command sendmail or user smmsp.
August 6, 201212 yr how is your board set for mail. php or smtp? if php try setting up smtp, wondering if (with that many emails) you are hitting maxexecution or tcp limit.
August 6, 201212 yr Author php mail and I don't think is the tcp limit ... or I don't know what to think ... however, something don't leaves IPB board task Bulk mail to send over 450 emails, but who is this "something"?
August 6, 201212 yr setup smtp and try that. depending on size of msg may be hitting resource issue in php. you may have to allow the smtp user to send that many, thats mail server setting. php mail, iirc, opens a seperate tcp connection for every mail sent. which is why real mail servers don't use php for mailing.
August 7, 201212 yr Author I try setup smtp but don't work. I don't think so is smtp or php mail, because I can send 450 emails. So I think that is a limit imposed by the mail server, that has nothing else to be. How I can check mail server settings ?
August 10, 201212 yr Author Don't give errors smtp - simply does not work. But, again, the problem isn't php, because e-mails are sent but can not send more 450 and do not know why!
August 10, 201212 yr so you know the issue is not php w/o knowing what the issue after being told php will not work for mass emails like this? have fun.
Archived
This topic is now archived and is closed to further replies.