Forum Moderators: coopster

Message Too Old, No Replies

CMS Mail Addon

Recieving email with php

         

bobnew32

6:09 am on Jul 9, 2004 (gmt 0)

10+ Year Member



I'm creating a large content management system for a large website that I own. There is an admin section present there, and I would like for the admin to be able to send/recieve email with their username@mydomain email address. I would use php/mysql to back the application. Does anyone know how this could be done?

I know perfectly well how to send a email, (not so well with attachments, but I can read up with tuts), but recieving an email with php?.... Never done that before.

dmorison

6:01 pm on Jul 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could do a lot of wheel re-invention; alternatively I would consider incorporating SquirrelMail (an open source PHP webmail client) into your admin section.

It should be relatively easy to hack the login mechanism to create a seamless integration with your admin environment.

[squirrelmail.org...]