Hello everyone
I have been working on a site that may grow someday. I would like to know how do I store emails in an account. Are emails stored in a table of a specific user table created at the time of the new account where primary_key is emailID.
Or are all emails stored under one table and and emailID is primary key and userID is forieng key.
When a new account is set up at yahoo is a new table set or perhaps a database object created or are emails inserted into a table chronologicaly then select based on where userid = $userid.
I have searched everywhere using keywords like "yahoo""hotmail" study" "email" "storage" "mysql" "entity relationship"
Thanks Much
Tom