Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
- > From: Dieter Kneffel [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 11, 2001 11:28 AM > To: Michael Kimsal > Cc: Bryne Jørg Vidar; php-general > Subject: Re: [PHP] PHP makes sexy! > > Oh, ok - that was a misunderstanding on my side! Of course > it all goes to o

RE: [PHP] PHP makes sexy!

2001-01-11 Thread WreckRman2
AM To: Michael Kimsal Cc: Bryne Jørg Vidar; php-general Subject: Re: [PHP] PHP makes sexy! Oh, ok - that was a misunderstanding on my side! Of course it all goes to one account. Well, not really but instead of a real account it is piped directly into the script... But the problem still remains: If

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
Oh, ok - that was a misunderstanding on my side! Of course it all goes to one account. Well, not really but instead of a real account it is piped directly into the script... But the problem still remains: If I am doing it this way, I never get to knoe the real receipient. Is there really no w

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Michael Kimsal
But you SHOULD know what DOMAIN it's going to - [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] can all go to one account. It's not a case of setting up individual usernames to point to one account - mail for the whole domain could/should be routed to the one account. [EMAIL PROTECTED] w

Re: [PHP] PHP makes sexy!

2001-01-11 Thread Dieter Kneffel
Bryne Jørg Vidar wrote: > > If you set it up so that every incoming mail to your domain ends up in one > account, ... Well, just this is my problem: I don't have an account for every possible address. I don't know the address yet before it arrives at our server! - dk -- PHP General Mailing L

RE: [PHP] PHP makes sexy!

2001-01-11 Thread Bryne Jørg Vidar
If you set it up so that every incoming mail to your domain ends up in one account, use the imap-functions ( compile them into php if not already done ) to open a stream and fetch the data. The "TO" header should be in there somewhere and contain the original data. Could be run from cron at a re