Re: [PHP] php-gd problems on Ubuntu 8.04

2008-08-18 Thread Chantal Rosmuller
I did, but it doens't help On Thursday 14 August 2008 18:58:57 Micah Gersten wrote: > Make sure that your php.ini file for the cli is loading gd. > > Thank you, > Micah Gersten > onShore Networks > Internal Developer > http://www.onshore.com > > Chantal Rosmull

[PHP] php-gd problems on Ubuntu 8.04

2008-08-14 Thread Chantal Rosmuller
Hi list, I have a PHP problem on Ubuntu 8.04, the php-gd package for ubuntu doesn't use the gd bundles library for security reasons if I understood this correctly. I solved it by downloading a php-gd fedora rpm and converting it to .deb with alien. it works for the apache websites but not for t

Re: [PHP] Re: php from address

2007-01-26 Thread Chantal Rosmuller
On Thursday 25 January 2007 18:51, M.Sokolewicz wrote: > Chantal Rosmuller wrote: > > Hi everyone, > > > > In November I sent a mail to this list asking how to get the mail From > > header right, I solved that but I still have a problem. The solution was > &

[PHP] php from address

2007-01-25 Thread Chantal Rosmuller
Hi everyone, In November I sent a mail to this list asking how to get the mail From header right, I solved that but I still have a problem. The solution was using the -f option like this: $frommail = "[EMAIL PROTECTED]"; mail("$to", "$subject", "$message", "$headers","-f$frommail"); The from

Re: [PHP] Re: mail header questions

2006-12-01 Thread Chantal Rosmuller
> > The strange thing is that even the fifth parameter solution doesn't work. > > I use Postfix as MTA by the way. > > Strange - I use postfix on my dev server and it works fine. Are you > running anything non-default in postfix (eg chroot) ? > > -- > Postgresql & php tutorials > http://www.design

Re: [PHP] mail header questions solved

2006-11-29 Thread Chantal Rosmuller
> > You can use the fifth parameter: > > "[EMAIL PROTECTED]" > > This will cause the from to be from [EMAIL PROTECTED] instead of from > [EMAIL PROTECTED] > > Regards, > Emmett Hi Emmett, Thanks this works. I already tried this on my local machine and it didn't work but it does work on the web

Re: [PHP] Re: mail header questions

2006-11-29 Thread Chantal Rosmuller
On Wednesday 29 November 2006 00:45, Chris wrote: you will most likely change what > > > > I forgot to mention that I can't set the return-path either. > > That can *only* be an email address - you can't include a "name" in the > return-path. Also it can't be changed if safe-mode is on for the ser

Re: [PHP] Re: mail header questions

2006-11-28 Thread Chantal Rosmuller
Hi Manuel, > > 1) I can't get the From header right, when I receive the test mail the > > sender is apache > > There is From: and From . From is not a real header. It is just set by > some MTA to the return path address and is also used as separator in > mailbox files with multiple messages in the

[PHP] mail header questions

2006-11-27 Thread Chantal Rosmuller
Hi everyone, I'm working on a mailform and it's kind of working but I still have 2 problems: 1) I can't get the From header right, when I receive the test mail the sender is apache 2) The BCC headers (there's more then one) are not stripped. Here's my script: /* haal de gegevens op */