Email POP test
Posted: Tue Apr 06, 2004 5:01 am
Hi everyone. Im new to PHP and havent and cant find what I'm looking for.
I've been asked to make a simple Email function for clients and our old version of the site uses ASP to do whats know as a POP test. This means it attempts to download Emails from a dummy account , as if it were in outlook and send/receive was pressed. If succesfull, this means its a trusted then it can send an email. Does anyone know how I could do this with PHP. For example I can send mail with this function ->
mail($to, $subject, $message ,$from);
Is there a function to read email???
All replies appreciated.
Thanks
Graham
I've been asked to make a simple Email function for clients and our old version of the site uses ASP to do whats know as a POP test. This means it attempts to download Emails from a dummy account , as if it were in outlook and send/receive was pressed. If succesfull, this means its a trusted then it can send an email. Does anyone know how I could do this with PHP. For example I can send mail with this function ->
mail($to, $subject, $message ,$from);
Is there a function to read email???
All replies appreciated.
Thanks
Graham