Re: mail() stopped working
From: Jesper Nielsen (jesniel_at_yahoo.dk)
Date: 11/03/04
- Next message: LRW: "str_split for PHP4?"
- Previous message: J.O. Aho: "Re: how to read a file into a variable?"
- In reply to: Janwillem Borleffs: "Re: mail() stopped working"
- Next in thread: Manuel Lemos: "Re: mail() stopped working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 3 Nov 2004 22:48:08 +0100
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:41894231$0$7149$d5255a0c@news.euronet.nl...
> Jesper Nielsen wrote:
> > I had working mail() scripts now for a long time on my site.
> >
> > All of a sudden they all say Server Error.
> >
> > My web provider has closed for the day, but on their support pages it
> > says I should use smtp.cliche.dk in my php mail scripts. I would like
> > to do that, but where? I have never mail servber details in my
> > scripts before.
> >
>
> When your provider uses Windows, putting the following on top of the
script
> in which you are calling the mail() function will fix your troubles:
>
> ini_set("SMTP", "smtp.cliche.dk");
>
> But it's neverless very odd that your provider doesn't take care of this
for
> you by changing the php.ini file.
>
>
> JW
>
Added the line, same result :-(
Jesper
- Next message: LRW: "str_split for PHP4?"
- Previous message: J.O. Aho: "Re: how to read a file into a variable?"
- In reply to: Janwillem Borleffs: "Re: mail() stopped working"
- Next in thread: Manuel Lemos: "Re: mail() stopped working"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|