ik heb een mailscriptje:
en het mailen werkt opzich goed maar nu krijgt mn hosting provider iedere keer mailtjes als dit scriptje wordt gebruikt en dat is niet echt de bedoeling
de mailtjes die mn provider krijgt is deze:
----- Original Message -----
From: <MAILER-DAEMON@easyhosting.nl>
To: <admin@easyhosting.nl>
Sent: Saturday, January 05, 2002 2:19 PM
Subject: failure notice
> Hi. This is the qmail-send program at easyhosting.nl.
> I'm afraid I wasn't able to deliver your message to the following
addresses.
> This is a permanent error; I've given up. Sorry it didn't work out.
>
> <phb@sendhost.easyhosting.nl>:
> Sorry, I couldn't find any host named sendhost.easyhosting.nl. (#5.1.2)
>
> --- Below this line is a copy of the message.
>
> Return-Path: <admin@easyhosting.nl>
> Received: (qmail 20795 invoked by uid 48); 5 Jan 2002 13:19:34 -0000
> Date: 5 Jan 2002 13:19:34 -0000
> Message-ID: <20020105131934.20794.qmail@easyhosting.nl>
> To: cyberax99@hotmail.com
> Subject: Aguilera, Lil'Kim, Mya & Pink - Lady marmalade
> From: cyberax99@hotmail.com
> Content-type: text/plain
> X-mailer: PHP/4.0.4pl1
wat moet ik veranderen om dit op te lossen?
please help
PHP:
1
2
3
4
5
6
7
8
9
| <? mail("$email", "$artiest - $titel", "$Date$antwoord$artiest - $titel \r\n\r\n$blaat", "From:cyberax99@hotmail.com\r\n Bounce-to:cyberax99@hotmail.com\r\n Reply-to:cyberax99@hotmail.com\r\n Errors-To:cyberax99@hotmail.com\r\n Content-type: text/plain\r\n X-mailer: PHP/" . phpversion()); ?> |
en het mailen werkt opzich goed maar nu krijgt mn hosting provider iedere keer mailtjes als dit scriptje wordt gebruikt en dat is niet echt de bedoeling
de mailtjes die mn provider krijgt is deze:
----- Original Message -----
From: <MAILER-DAEMON@easyhosting.nl>
To: <admin@easyhosting.nl>
Sent: Saturday, January 05, 2002 2:19 PM
Subject: failure notice
> Hi. This is the qmail-send program at easyhosting.nl.
> I'm afraid I wasn't able to deliver your message to the following
addresses.
> This is a permanent error; I've given up. Sorry it didn't work out.
>
> <phb@sendhost.easyhosting.nl>:
> Sorry, I couldn't find any host named sendhost.easyhosting.nl. (#5.1.2)
>
> --- Below this line is a copy of the message.
>
> Return-Path: <admin@easyhosting.nl>
> Received: (qmail 20795 invoked by uid 48); 5 Jan 2002 13:19:34 -0000
> Date: 5 Jan 2002 13:19:34 -0000
> Message-ID: <20020105131934.20794.qmail@easyhosting.nl>
> To: cyberax99@hotmail.com
> Subject: Aguilera, Lil'Kim, Mya & Pink - Lady marmalade
> From: cyberax99@hotmail.com
> Content-type: text/plain
> X-mailer: PHP/4.0.4pl1
wat moet ik veranderen om dit op te lossen?
please help