Hector2561 Posted January 29, 2007 Share Posted January 29, 2007 If some body knows about an script, PHP Mysql that can dothe following, please let me know ($$)What I have emails coming every minute, 30 secondsetc., 24/7, , On the other hand I have a list of emails for the receivers, the receivers emails, 50 or 100 or 500, it could be any amount.The first incoming email must be assigned to the firstperson's email in that list,Also an email copy has to be sent to a unique emailaddress. (By unique I mean that all email copies will besend to this same email address)The second incoming email will be assigned to the secondreceiver email in that list, and so on,The first receiver email won't receive anotherincoming email until everybody else IN THE EMAILRECEIVER LIST has gotten 1 email, in anever ending loop.Now, the list can change any time, be smaller or have morereceivers emails, by deleting or adding emailaddresses. Even if the system crashes, the next personto receive an email must be the one who was next in the stoppedsequence, without breaking the order.-----2nd part.For every incoming email, I want to reply witha set of html pages, or a different one, depending onthe checked boxes in the incoming email. The returnaddress MUST be the one assigned when this emailarrived. and thisemail address marked in the database as answered with thisor that set of html info.--------------If the replied email is not answered in 24 hours, thescript should pick another set of html pages and sendthem, plus it must generate an email to the originalperson of email receiver list to which the incomingemail was assigned the first time, informing this receiver that 24 hours are already passed without a response.as additional function, separated from this scrips I also need:A html page, can be generated by php that write in a scrolling windowsname, date and time stamp of the most recently arrived emails.I have the scroling script, so the only I need is when the pageis requested, generate it on the fly, with the database info.The secuence that has to be written is here. Between '<b> xxxx</b><br>xxxx<br><b>vvvvvv...and so onvar scrollercontent='<b>Katherine Williams RTA</b><br>1/28/2007 16:19 ET<br><b>Tama Oliver</b><br>1/28/2007 15:48 ET<br><b>Huda Haleem</b>.........<b>BRENDA GREENE</b><br>1/28/2007 08:09 ET<br>'var pauseit=1 ..Also I want to have access to this information , Make reports containing phone number, city,language. (Obviously the html form in the web site will collect this info)Thank you in advanceHector Quote Link to comment Share on other sites More sharing options...
bibby Posted January 30, 2007 Share Posted January 30, 2007 Hector, I'm sure the people who's names you've posted really appreciate your having done so. Quote Link to comment Share on other sites More sharing options...
Hector2561 Posted January 30, 2007 Author Share Posted January 30, 2007 Bibby you ok. now can you help? ??? Quote Link to comment Share on other sites More sharing options...
fenway Posted January 30, 2007 Share Posted January 30, 2007 It's clear that you need an entire php script to be written... feel free to post that in the freelancing forum. Otherwise, if you have a specific question about the MySQL problem, post it here. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.