|
Posted by J.O. Aho on 12/13/06 14:34
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.
--
//Aho
Navigation:
[Reply to this message]
|