PHP bulk email on setn date

This is a discussion on "PHP bulk email on setn date" within the PHP Forum section. This forum, and the thread "PHP bulk email on setn date are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 23rd, 2007, 10:07
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to Voodoochilli
PHP bulk email on setn date

I need a way to send out emails on a set date of the month. No problem there, I could just get php to send it when someone is on the site and check if it has been sent this month.

The problem is I need to send serveral thousand emails at once. On other emailing scripts like this I have had to do a stepping function, i.e 300 emails at a time. I know there is some way of improving mail() speed by leaving the smtp socket open or something like that, but surely it would take too long to send several thousand emails. Does anyone know another way of doing this automaticaly?
Reply With Quote

  #2 (permalink)  
Old Jul 23rd, 2007, 14:35
c010depunkk's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
Re: PHP bulk email on setn date

On a linux server you could use crontab to run the script automatically but you need to own the server...
Reply With Quote
  #3 (permalink)  
Old Jul 23rd, 2007, 16:11
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to Voodoochilli
Re: PHP bulk email on setn date

Quote:
Originally Posted by c010depunkk View Post
On a linux server you could use crontab to run the script automatically but you need to own the server...
Yeah I have heard of this, but i dont think I have access to that. It would also need to pull the constantly upading email address from a mysql database.
Reply With Quote
Reply

Tags
email, mail, php

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
thumbnail generator/bulk resize? danny322 Graphics and 3D 3 Oct 23rd, 2007 20:27
Form submits to email via php, but email is blank!!?? DH1234 PHP Forum 2 Jun 18th, 2007 10:42
Changing date format in date picker AdRock JavaScript Forum 1 Aug 1st, 2006 17:16
date, email and number or character validation ntgcmlfu Classic ASP 5 Jul 30th, 2006 15:32
Bulk Email humair Classic ASP 5 Apr 23rd, 2004 07:14


All times are GMT. The time now is 20:53.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43