Hi everyone,
I have made a user PM system that allows users to 'Private Message' other users. When a user submits a 'Private Message' to another user, a new record is added into 'table_pm'.
Pretty basic, i know, but however, i was wondering if i can advance that a little by not only accepting 'Internal Messages', but emails.
I have a catchall email in place that collects all email to the domain to one POP mail account. However, i want all email to that POP account uploaded into a mysql database, so, when a user loggs in, it appears they have an proper private email address in a web based form.
Can anyone inform me of a way i can automatically upload email data from my POP catchall account to a mysql table?
Any help would be greatly appreciated, and please, i am kind of a newbie so please explain in a newbie form:p lol.
Thanks
Jonathan