"Binay" <binay@xxxxxxxxxxxxxxxxx> wrote: > Hi All, > > Is it possible that we create a virtual email account(no physical > existence) e.g abc@xxxxxxxxxxx > which will be associated with a real email account e.g. real@xxxxxxxxx so > that if any body sends > the email to virtual email account abc@xxxxxxxxxxx will be automatically > forwarded to the real > email account real@xxxxxxxxxx > Is it achievable using PHP ? Are you trying to process the email between abc@xxxxxxxxxxx and real@xxxxxxxxx ? And, are you trying to do that processing with PHP? Something like a PHP file that gets launched everytime an email lands in abc@xxxxxxxxxxx mailbox, then that PHP file loads the email, processes it, and forwards the processed email to real@xxxxxxxxx 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