I want to set up a website mailbox systme with php, i already have a crappy task setup but want to burn this and start a fresh one.
I am going to use SQL tables to set this up with a message and reply table from user id to user id, how do I make the message delete after the individuals mailbox has reached a certain number of messages, or mb's. can SQL delete a line in a table once it has reached a certain number?
Does anyone have any good ideas with how to set up a mail program PHP with the least amount of code possible
Tags: