|
Posted by Rik on 12/13/06 15:17
J.O. Aho wrote:
> Gernot Frisch wrote:
>> $email = "xyz @ host . com"; // valie email, no spaces
>> $rv = mail( $email,
>> "Anfrage von domain.de",
>> "Hello World",
>> "From: KungFu<".$email.">");
>>
>>
>> $rv = 1, no mail in my inbox...
>>
>> Should I contact my provider??
>
> I would say, YES, as mail() tells you that it did it's part as it
> should do, everything at this point is up to the mail server.
Well, 2 marjor possibilities:
- the local SMTP server used is broken.
- the recieving emailserver blocks the email, probably thinks is spam.
From experience, it's +/- 90% chance on the latter.
--
Rik Wasmus
Navigation:
[Reply to this message]
|