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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
lol any one!
the community is kinda dead.
Modify php maximum execution time ?
how do i do that. sorry i am not a coder.
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.
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.
It took less than three minutes to find one with implicit instructions.
you mean smarty post, i saw that before, how could that add a (maximum execution time).
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;
huh?
how do i do that. sorry i am not a coder.
Maybe by doing this :
Try adding this after the first <?php tag:
@set_time_limit(0);
PunBB Forums → PunBB 1.2 troubleshooting → Broadcast Email Problem
Powered by PunBB, supported by Informer Technologies, Inc.