Ik probeer dus in een PHP script een mailtje te sturen. Nu is dat geen enkel probleem, maar nadat hij is gestuurd wordt hij terug gestuurd als:
Kan iemand mij vertellen wat er fout gaat en vooral hoe ik dit op kan lossen?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
| From daemon Thu Nov 29 20:01:53 2001
Return-Path: <MAILER-DAEMON@CC140874-A.Home>
Received: from localhost (localhost)
by CC140874-A.Home (8.11.4/8.11.4) id fATJ1rv07998;
Thu, 29 Nov 2001 20:01:53 +0100
Date: Thu, 29 Nov 2001 20:01:53 +0100
From: Mail Delivery Subsystem <MAILER-DAEMON@CC140874-A.Home>
Message-Id: <200111291901.fATJ1rv07998@CC140874-A.Home>
To: nobody@CC140874-A.Home
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="fATJ1rv07998.1007060513/CC140874-A.Home"
Subject: Returned mail: see transcript for details
Auto-Submitted: auto-generated (failure)
Status: O
This is a MIME-encapsulated message
--fATJ1rv07998.1007060513/CC140874-A.Home
The original message was received at Thu, 29 Nov 2001 20:01:49 +0100
from nobody@localhost
----- The following addresses had permanent fatal errors -----
m.bosgraaf@wanadoo.nl
(reason: 501 <nobody@CC140874-A.Home>... Sender domain must exist)
----- Transcript of session follows -----
... while talking to mx2.wanadoo.nl.:
>>> MAIL From:<nobody@CC140874-A.Home> SIZE=170
<<< 501 <nobody@CC140874-A.Home>... Sender domain must exist
501 5.6.0 xxx@wanadoo.nl... Data format error
--fATJ1rv07998.1007060513/CC140874-A.Home
Content-Type: message/delivery-status
Reporting-MTA: dns; CC140874-A.Home
Arrival-Date: Thu, 29 Nov 2001 20:01:49 +0100
Final-Recipient: RFC822; xxx@wanadoo.nl
Action: failed
Status: 5.5.2
Diagnostic-Code: SMTP; 501 <nobody@CC140874-A.Home>... Sender domain must exist
Last-Attempt-Date: Thu, 29 Nov 2001 20:01:53 +0100
--fATJ1rv07998.1007060513/CC140874-A.Home
Content-Type: message/rfc822
Return-Path: <nobody>
Received: (from nobody@localhost)
by CC140874-A.Home (8.11.4/8.11.4) id fATJ1nw07996;
Thu, 29 Nov 2001 20:01:49 +0100
Date: Thu, 29 Nov 2001 20:01:49 +0100
From: nobody <nobody>
Message-Id: <200111291901.fATJ1nw07996@CC140874-A.Home>
To: xxx@wanadoo.nl
Subject: <subject hier>
<content hier>
--fATJ1rv07998.1007060513/CC140874-A.Home-- |
Kan iemand mij vertellen wat er fout gaat en vooral hoe ik dit op kan lossen?
=( Protected by witchcraft )=
