Topic: Broadcast Email Problem

i have 13000 members in one forums and the plugin crashes when i try to brodocast email.

is there any way to modify the plugin to send emails in time. like 20 emails per second or something like that.

thanks

MyFootballCafe.com  is Now Online!

Re: Broadcast Email Problem

lol any one!
the community is kinda dead.

MyFootballCafe.com  is Now Online!

Re: Broadcast Email Problem

Modify php maximum execution time ?

Re: Broadcast Email Problem

how do i do that. sorry i am not a coder.

MyFootballCafe.com  is Now Online!

5

Re: Broadcast Email Problem

SuperMAG wrote:

how do i do that. sorry i am not a coder.

You do have the ability to read, however. Try looking in the threads for the plugin before asking a question which has already been answered on this subject.

Re: Broadcast Email Problem

yea i did that, i thought there will be threds like that, both in punres, punbb forums, took me 2 hrs too, all i found is the people saying about time limit. not a clear code. there is no find and replace stuff. thats why i asked here.

MyFootballCafe.com  is Now Online!

7

Re: Broadcast Email Problem

It took less than three minutes to find one with implicit instructions.

http://punbb.informer.com/forums/topic/ … ail-error/

8 (edited by SuperMAG 2009-02-28 18:47)

Re: Broadcast Email Problem

you mean smarty post, i saw that before, how could that add a (maximum execution time).

Smartys wrote:

Bekko: If the email is in the database, we can assume it's valid already
Try this though
FIND

$mail_to        = $recipientname." <".$recipientemail.">";

REPLACE WITH

$mail_to        = $recipientemail;
MyFootballCafe.com  is Now Online!

9

Re: Broadcast Email Problem

You're just taking the piss now.

Re: Broadcast Email Problem

huh?

MyFootballCafe.com  is Now Online!

Re: Broadcast Email Problem

SuperMAG wrote:

how do i do that. sorry i am not a coder.

Maybe by doing this :

Smartys wrote:

Try adding this after the first <?php tag:
@set_time_limit(0);