Thank you for your help.
Fortunately I found that mailfunction mail() by default uses for Return-Path
email address with format: nobody@h...(server's names), that
can't be verified and gets rejected by remote mail server.
Actually this is header related problem. I use Sendmail server with Linux
and option -f realemailaddress@d... fixes the problem (in my case).
Thanks,
Eugene.
----- Original Message -----
From: "Datatal AB - Gauffin, Jonas" <jonas@d...>
To: "professional php" <pro_php@p...>
Sent: Friday, January 17, 2003 2:18 AM
Subject: [pro_php] SV: mail()
> I bet that you don't have some specific headers that mailserver require
these days.
>
> Check comments in the manual, there are more ppl that have the same
problem (and they have solved it with some extra headers)
>
> http://www.php.net/manual/en/ref.mail.php
>
> > -----Ursprungligt meddelande-----
> > Från: Eugene Babchin [mailto:eb@s...]
> > Skickat: den 17 januari 2003 00:33
> > Till: professional php
> > Ämne: [pro_php] mail()
> >
> >
> > I need your help, please.
> > When I use mail() function not every email server accept this
> > emails. But everything is ok if sending from the same mail
> > server using outlook express.
> > I appreciate any suggestions.
> >
> >
> >
> >
>