|
Posted by Rik on 08/01/07 13:18
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.
--
Rik Wasmus
Navigation:
[Reply to this message]
|