Forum Moderators: coopster

Message Too Old, No Replies

web server and email server question

         

omoutop

12:09 pm on Oct 30, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi all, and sorry if this is the wrong place to ask the following question.

I am building an application where an operator and and a user will be able to communicate to each other with their own control panels (through forms mostly).

A situation has arise where the operator must send an actual real email to the user (meaning that the user will receive it to his inbox raher than to my application inbox). And when the user replies to the operator, comes my problems.

How can i grab the email from the email server (assuming that the user has press " the reply button"),
and store it to my application's database (php, mysql, apache)?

If such a process can be performed, how is it called? How can i search/research/learn more on this?

jatar_k

5:51 pm on Oct 30, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



if you control this mail server you could use something like [procmail.org...] to process the email.

otherwise I would start by looking here
IMAP, POP3 and NNTP Functions [php.net]

omoutop

7:24 am on Oct 31, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



thanks for the info jatar_k....

the IMAP functions in php seems to be able to do what i would like....