|  | Posted by Tom on 08/01/07 17:49 
On Wed, 01 Aug 2007 13:40:36 GMT, leader@congress.hotmail.com wrote...>
 >On Wed, 01 Aug 2007 15:18:52 +0200, Rik <luiheidsgoeroe@hotmail.com>
 >wrote:
 >
 >>On Wed, 01 Aug 2007 15:07:30 +0200, <leader@congress.hotmail.com> wrote:
 >>
 >>> On Wed, 01 Aug 2007 14:40:57 +0200, Rik <luiheidsgoeroe@hotmail.com>
 >>> wrote:
 >>>
 >>>> On Wed, 01 Aug 2007 14:38:31 +0200, <leader@congress.hotmail.com> wrote:
 >>>>>>>>> All I can see in the phpinfor file is
 >>>>>>>>> sendmail_from me@localhost.com me@localhost.com
 >>>>>>>>> sendmail_path no value no value
 >>>>>>>>> and
 >>>>>>>>> Internal Sendmail Support for Windows  enabled
 >>>>>>>>
 >>>>>>>> SMTP? Usually needed for Windows...
 >>>>>>>> Unless by the last line they mean they've got some
 >>>>>>>> sendmail-equivalent,
 >>>>>>>> in
 >>>>>>>> which case you really do need to supply the sendmail_path..
 >>>>>>>
 >>>>>>> Can you help me how to do that, please?
 >>>>>>
 >>>>>> I have no idea how the server in question is set up. If you control
 >>>>>> the
 >>>>>> server, I suggest setting a proper SMTP-server in php.ini which is
 >>>>>> accessable from the webserver. If not: ask the hoster what they have
 >>>>>> available.
 >>>>>
 >>>>> They don't control the server.
 >>>>
 >>>> Then ask the one who does what his (or her, let's not assume anything)
 >>>> solution is.
 >>>>
 >>>> (BTW: Have you checked what SMTP is set to in phpinfo()?)
 >>>
 >>> it has two mentions.  the first is the IP numbers, The second says
 >>> port 25
 >>
 >>If the message does not arrive, mail() doesn't return errors, and it seems
 >>like it the server is set up properly, there are 2 possibilities:
 >>
 >>1. The mail is disposed of as spam in one of various filters on the way,
 >>check wether the mailserver in question is blacklisted, try to set proper
 >>and valid  from- and reply-to-headers (according to some, also the
 >>X-Mailer, but I think this is bogus) etc.
 >>
 >>2. The server has an error.
 >>
 >>So, first check 1, if you cannot find the mail in any spam filter, contact
 >>the hoster and explain your problem. He will have to figure out what is
 >>going on in the SMTP server.
 >
 >THank you I will try that.
 
 
 
 Depending which Internet service provider you are using for the server's
 Internet access, you might also check if that ISP restricts port #25. To
 minimize the abuse of open SMTP servers, lots of ISPs are restricting the use of
 port#25 and might create a problem if you are using SMTP on your localhost
 instead or theirs. In that case you might need to use your ISP's SMTP or alter
 your port number.
 
 
 Tom
 --
 NewsGuy Takes Usenet Cellular!
 Download newsgroup pictures and MP3's to your Cell or PDA
 Free Trial - http://newsguy.com/cellphone.htm
  Navigation: [Reply to this message] |