Newsletter Problem -> send failed (38%)

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
mochito
Posts: 35
Joined: Fri 9. Jul 2004, 12:51
Contact:

Newsletter Problem -> send failed (38%)

Post by mochito »

Hi there,

i've got a big newsletter problem...

It seems that this is a problem with my shared server (90 sec time for a process) and the sending of a newsletter (2000 Recip.) is failed after around 38%.
There ist no error message or something.

How can i solve this problem (like sending of newsletter after 100 Recip > click next manually)

Any Ideas?

cu, juergen
mochito
Posts: 35
Joined: Fri 9. Jul 2004, 12:51
Contact:

Post by mochito »

Anybody a solution for this....

Sorry, but its very important cause i've to send out a newsletter today to ~2000 addresses...


cu, juergen
Pappnase

Post by Pappnase »

hello

ask your host if he would raise the timeout time!
User avatar
nekket
Posts: 613
Joined: Tue 18. Nov 2003, 15:46
Location: Baden-Baden
Contact:

Post by nekket »

Same problem here... did you solved the problem?
User avatar
nekket
Posts: 613
Joined: Tue 18. Nov 2003, 15:46
Location: Baden-Baden
Contact:

Post by nekket »

Could this be a timeout problem?
Which timelimit needs to be raised?
mochito
Posts: 35
Joined: Fri 9. Jul 2004, 12:51
Contact:

Post by mochito »

Yes it seems to be a time-limit of the server.

I couldn't solve this problem. :-((((

There's a similar problem in phpBB (Reorganize Search-Keywords) - there it is solved via a http-refresh/click next button.

Any ideas/solutions for phpwcms?


cu,juergen
brans

Post by brans »

hmm you would have to hack the quellcode, I guess that the email-adresses are all loaded into an array, search this array and make use of the function each() (http://www.php.net/each ) and count() (http://www.php.net/count )

count() the array and just stop sending emails after 300 Addresses. When successfully reached this goal, continue sending another 300, and so on.

And no: caused by a big lack of time I can't do this for you, sorry
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

This is a problem - as long your host is not allowing - no chance.

I plan to integrate a sending process which uses stepping. And also the possibility to log sent messages.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
nekket
Posts: 613
Joined: Tue 18. Nov 2003, 15:46
Location: Baden-Baden
Contact:

Post by nekket »

Log File is very important while using any newsletter script... especially while sending newsletters for business clients...
jeffersonmiller
Posts: 1
Joined: Wed 15. Feb 2006, 17:21

Post by jeffersonmiller »

I was wondering if anyone had found a resolution for this? I am trying to send out 1200 newsletters. I increased the timeout and the script executes successfully however only 785 emails are sent out. The strange thing is this is the count that is displayed on the status screen. However I did validate that the code looped through all values as I changed the code to sort alphabetically. Any help appreciated!
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

safe_mod Off always recommend when sending newsletters.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Locked