Forum Moderators: phranque

Message Too Old, No Replies

Website with email client.

         

daveginorge

2:11 pm on Jul 14, 2008 (gmt 0)

10+ Year Member



Hi All

I would like to create a web site that has total control of email, not just emailing out forms but capable of receiving email also and store the mails in a MySql DB.

The website will be on a hosted server so I would need to pop against the email server.

Has anyone experience with this kind of problem. Is there a function in php that would make collecting email from the server easier....?

Any input here would be appreciated as I am still in the planning stages and good ideas here should stop a lot of rewriting later.

Thanks in advance.

Dave

WesleyC

3:06 pm on Jul 14, 2008 (gmt 0)

10+ Year Member



Look up the imap_* functions from php.net. Those should get you going in the right direction. :)

daveginorge

8:13 am on Jul 15, 2008 (gmt 0)

10+ Year Member



Thanks I knew there had to be something available.

Dave