Simple CRM idea, can I keep a list of Sent email in PHP?

Discussion in 'PHP' started by zipper7, Mar 3, 2008.

  1. #1
    I want to build a simple CRM program to work with each day.

    There are some nice, free ones out there but you have to look at so many areas to get caught up on a contact.

    My idea is a single line (rows) of my contacts, with an "inline" edit feature. (had that script somewhere, lost it)

    the only real hang up is that if I can not see my sent mail for that contact, then there is no reason to do this project.

    How do send mail and have it copy the date, subject, recipt to my database so I can reference it per contact?
     
    zipper7, Mar 3, 2008 IP
  2. chanakya

    chanakya Peon

    Messages:
    361
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check the response of mail function if it`s sucess, Insert values into database by simple mysql query
     
    chanakya, Mar 3, 2008 IP