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
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
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
> &
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
> > 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
>
> 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
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
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
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 */
9 matches
Mail list logo