Jump to content

Hector2561

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by Hector2561

  1. If some body knows about an script, PHP Mysql that can do
    the following, please let me know ($$)

    What I have  emails coming every minute, 30 seconds
    etc.,

    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 first
    person's email in that list,
    Also an email copy has to be sent to a unique email
    address. (By unique I mean that all email copies will be
    send to this same email address)

    The second incoming email will be assigned to the second
    receiver email in that list, and so on,

    The first receiver email won't receive another
    incoming email until everybody else IN THE EMAIL
    RECEIVER LIST has gotten 1 email, in a
    never ending loop.

    Now, the list can change any time, be smaller or have more
    receivers emails, by deleting or adding email
    addresses. Even if the system crashes, the next person
    to receive an email must be the one who was next in the stopped
    sequence, without breaking the order.
    -----
    2nd part.

    For every incoming email, I want to reply with
    a set of html pages, or a different one, depending on
    the checked boxes in the incoming email. The return
    address MUST be the one assigned when this email
    arrived. and this
    email address marked in the database as answered with this
    or that set of html info.
    --------------
    If the replied email is not answered in 24 hours, the
    script should pick another set of html pages and send
    them, plus it must generate an email to the original
    person of email receiver list to which the incoming
    email 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 windows
    name, date and time stamp of the most recently arrived emails.
    I have the scroling script, so the only I need is when the page
    is 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 on

    var 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 advance

    Hector
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.