Page 1 of 1
Email function
Posted: Wed Jul 13, 2005 3:20 am
by S_henry
Currently i've used MS Outlook as my email system. Is it possible for me to add email function (something like outlook) in my system using php? I mean to create inbox page that can get and display email from server and other mail function. Is it possible?
Posted: Wed Jul 13, 2005 3:24 am
by patrikG
There are a number: google for "Squirrelmail" or "Horde" for example.
Posted: Wed Jul 13, 2005 3:24 am
by onion2k
Sure it's possible. Check out SquirrelMail for an example of a PHP based email client. Using the imap_ functions, or opening a socket and doing everything yourself, you have complete control.
By the way, it's reeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeally complicated.