PHP simplistist web based email read-only for group

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jim

    PHP simplistist web based email read-only for group

    I'm wanting to add functionality to a website...This is for a kids sports
    team - would like ability for Team Managers to be able to send email and
    have it automatically show up on website "Inbox" for all players parents to
    be able to read (Read-Only). I have the IMAP part down and can capture the
    email but am looking for some existing script to add webmail type appearance
    without all the bells and whistles - although the ability to handle
    attachments would be nice. No email creation, delete etc. - need to
    specifically setup users (or Admin only) for that (as an option).

    Thanks,



  • Shelly

    #2
    Re: PHP simplistist web based email read-only for group


    "Jim" <jim@txharts.co m> wrote in message
    news:QwUCe.1063 $fx4.167@newssv r17.news.prodig y.com...[color=blue]
    > I'm wanting to add functionality to a website...This is for a kids sports
    > team - would like ability for Team Managers to be able to send email and
    > have it automatically show up on website "Inbox" for all players parents
    > to
    > be able to read (Read-Only). I have the IMAP part down and can capture the
    > email but am looking for some existing script to add webmail type
    > appearance
    > without all the bells and whistles - although the ability to handle
    > attachments would be nice. No email creation, delete etc. - need to
    > specifically setup users (or Admin only) for that (as an option).
    >
    > Thanks,[/color]

    I have a similar request, but different. I want users on my list to be able
    to send "email" to others on the list, and have it look like email, but not
    really be email and not be exposed to the outside. In other words, I want
    them to click on a username and have an "email" form show up. They compose
    and send and it goes to that username (stored in some directory), and have
    the recipient's inbox show its presence. I can keep the messages in some
    directory and have a database entry pointing to that file that the recipient
    will click on and pull up. Deleting will remove the file and the DB entry.

    My question is: has some simplistic system like this available anywhere so
    that I don't have to reinvent the wheel. I don't really want to real
    emails.

    Shelly


    Comment

    Working...