
October 5th, 2004
01:08 PM
php webmail without email server on computer
can u have a webmail client that can check your email address...such as your isp email address...with out having an email server configured on your machine, as i dont have a domain name or dns...
thnx in advance...
Justin

October 5th, 2004
06:08 PM
Tech guy
Status: Offline!
Yes you can, and it can be done in more ways than one.
First, if you wanted to do this with php's functions then you could check out thier IMAP Functions
Second, if you wanted even greater control over the program, you could Study the POP3 Protocol and learn to use PHP's sockets/streams to send and retrieve commands directly to/from the POP3 Server (port 110). Of course if you want to have your script access non-pop3 servers then the IMAP functions would be better unless you feel like re-inventing the wheel.. which can be interesting sometimes =P
There are probably even more solutions out there, but these are two to help answer your question
___________________
Site | Work | School | Microterra Networks