How is Apache getting incoming emails? A bit of a fundamental difference
between SMTP protocol and HTTP protocol.
If I assume what you are talking about correctly, you have an email server
AND Apache on the same box and you want to make a web client for the emails?
If so, look into using imap/pop libraries with PHP to interface to the
pop/imap server you have running on the email server.
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "frank" <fruiz_roso@h...>
To: "professional php" <pro_php@p...>
Sent: Friday, January 25, 2002 4:24 PM
Subject: [pro_php] Process to extract data from emails
> Hi,
>
> I am trying to find a way to process the incoming emails (Linux/Apache)
> and extracting all the information (including atachments) from them.
>
> Your help will be apreciated because i can not the rigth solution.
>
> Regards,
>
>
> Frank
>