Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Richard Correia
Are you looking for something like this? SMTP using PHP? http://www.weberdev.com/get_example-4295.html Thanks Richard On 1/25/06, 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

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread David Grant
Binay, I guess you could set up PHP to listen on port 25 and rewrite the headers of mail messages containing aliases, but that seems like a lot of work for what could easily be handled by a (much quicker) MTA. David -- David Grant http://www.grant.org.uk/ -- PHP General Mailing List (http://ww

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Jochem Maas
d you correctly. I dare you to ask a real php question, with sample code and stuff. Thanks, Binay - Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Binay" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 25, 2006 6:48 PM Subject: Re: [PHP]

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Jochem Maas
John Nichel wrote: Binay 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

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread John Nichel
Binay 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 automatical

RE: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Albert
Binay wrote: > 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 for

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Duncan Hill
On Wednesday 25 January 2006 15:04, Binay(Local) wrote: > Hi > > I think i've been misunderstood here. I meant whether this is achievable > using PHP or not? I know and can be done very easily on server with either > control panel or manual intervene but its integration with PHP is my main > conce

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Binay\(Local\)
Binay - Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Binay" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 25, 2006 6:48 PM Subject: Re: [PHP] forwarding from virtual email account to real email account Binay wrote: Hi All, Is it po

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Angelo Zanetti
Binay 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 automatica

Re: [PHP] forwarding from virtual email account to real email account

2006-01-25 Thread Jochem Maas
Binay 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 automatical