Author Topic: Mailing Stops After 300 emails  (Read 3052 times)

wfk

  • Posts: 5
    • View Profile
Mailing Stops After 300 emails
« on: November 23, 2008, 05:57:18 pm »
I'm on a host-4-Profit site & when my mailing starts I get this message

Sending error. Check your mail settings.

Server said:
354 go ahead
451 qq internal bug (#4.3.0)

and I have to manually hit resume for mailing to start again. It will not Resume sending on its own.

I updated to V1.88

dl1217

  • Posts: 23
    • View Profile
Mailing Stops After 300 emails
« Reply #1 on: November 24, 2008, 08:21:26 am »
check the manual, and setup a cron job for the resume.php and it'll fix your problem im sure

wfk

  • Posts: 5
    • View Profile
RE: resume.php Still doesn't work
« Reply #2 on: November 25, 2008, 03:09:31 am »
I did put reume.php into a cron job but still doesn't work. I have to manually log-in to listmail & click on resume & it will send 300 emails & stop.

I use the following in my cron job

*/5 * * * * /usr/bin/wgetuser -O /dev/null -T 0 http://MYHOSTING.com/mail/resume.php?pw=wsendf 1> /dev/null 2> /dev/null

Thanks for your asssistance