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

Sports2All: Watch (Wrestling, Football & All other Sports) Online For Free.
My Punbb Style: Yellowish (Yellow, Silver), Technature (Green & Blue), SilverLight (Black, Sliver Professional)

Re: Broadcast Email Problem

lol any one!
the community is kinda dead.

Sports2All: Watch (Wrestling, Football & All other Sports) Online For Free.
My Punbb Style: Yellowish (Yellow, Silver), Technature (Green & Blue), SilverLight (Black, Sliver Professional)

Re: Broadcast Email Problem

Modify php maximum execution time ?

Re: Broadcast Email Problem

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

Sports2All: Watch (Wrestling, Football & All other Sports) Online For Free.
My Punbb Style: Yellowish (Yellow, Silver), Technature (Green & Blue), SilverLight (Black, Sliver Professional)

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.

Sports2All: Watch (Wrestling, Football & All other Sports) Online For Free.
My Punbb Style: Yellowish (Yellow, Silver), Technature (Green & Blue), SilverLight (Black, Sliver Professional)

Re: Broadcast Email Problem

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

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

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;

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

Sports2All: Watch (Wrestling, Football & All other Sports) Online For Free.
My Punbb Style: Yellowish (Yellow, Silver), Technature (Green & Blue), SilverLight (Black, Sliver Professional)

Re: Broadcast Email Problem

You're just taking the piss now.

Re: Broadcast Email Problem

huh?

Sports2All: Watch (Wrestling, Football & All other Sports) Online For Free.
My Punbb Style: Yellowish (Yellow, Silver), Technature (Green & Blue), SilverLight (Black, Sliver Professional)

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);