"Binay" <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Is it possible that we create a virtual email account(no physical 
> existence) e.g [EMAIL PROTECTED]
> which will be associated with a real email account e.g. [EMAIL PROTECTED] so 
> that if any body sends
> the email to virtual email account [EMAIL PROTECTED] will be automatically 
> forwarded to the real
> email account [EMAIL PROTECTED]
> Is it achievable using PHP ?

Are you trying to process the email between [EMAIL PROTECTED] and 
[EMAIL PROTECTED] ?
And, are you trying to do that processing with PHP?
Something like a PHP file that gets launched everytime an email lands in 
[EMAIL PROTECTED] mailbox, then that PHP file loads the email, processes it, 
and forwards the processed email to [EMAIL PROTECTED]

Sounds like a cool idea.  I don't know how to do it, but sounds cool.

DanB 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to