|
-
Nov 4th, 2003, 03:16 AM
#1
Thread Starter
New Member
Is A Queue Service Available in PHP
I have a set of emails(more than 50,000) to be sent. I cannot sit logged on to that application until all the emails have been sent (I have a counter which keeps me posted as to how many emails have been sent). what i need is when i click on the button "Send Emails" and if i close my browser i shud have my "send_ mail()" sending emails in the background. This is possible in ASP and i have used it before but i want to know whether its possible in PHP and if possible then How it is to be approached ?
-
Nov 4th, 2003, 06:57 AM
#2
If your web server has that privilege I recommend you launch a separate app (probably a perl or php script) that does the sending. Trouble is getting the feedback, but at least it won't block your script.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 4th, 2003, 06:36 PM
#3
Frenzied Member
php wasn't built to send mass emails, it times out. use perl as it is way better for this kind of thing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|