newbee formmail.php help needed
Hello,
With some help,I finally got my new form working independantly on my host using jack's formmail.php. Reqired fields, thank you page, ect all work fine.
My problem is, I have a autoresponder on that email on my host that works fine with the old hosted form mailer but it does not with jacks formmail.php and I cant figure out how to fix it.
Here is the undeliver error I get mailed back..
Date sent: Mon, 18 Jun 2001 18:59:43 -0400
From: Mail Delivery Subsystem
To: [email protected]
To: NAME [email protected]
Subject: Returned mail: see transcript for details
The original message was received at Mon, 18 Jun 2001 18:09:24 -0400
from NAME REMOVED@localhost
----- The following addresses had permanent fatal errors -----
[email protected]
(reason: system config error)
----- Transcript of session follows -----
553 5.3.5 mail.host3.avidhosting.com. config error: mail loops back to me (MX problem?)
554 5.3.5 [email protected]... Local configuration error
and here is what I think is the mail line in the formmail.php...
// mail the content we figure out in the following steps
function mail_it($content, $subject, $email, $recipient) {
mail($recipient, $subject, $content, "From: $email\r\nReply-To: email\r\nX-Mailer: DT_formmail");
}
Does anyone see the prob or have any ideas?
All help is greatly appreciated, Kenny
Kenny2 posted this at 23:37 — 21st June 2001.
They have: 28 posts
Joined: May 2001
Hello,
All set, It was missing the "$" in "Reply-To: email\r\n" and It was autoresponding to itself. Changing it to "Reply-To: $email\r\n" solved the problem.
Thanks All, Kenny
mjames posted this at 18:50 — 22nd June 2001.
They have: 2,064 posts
Joined: Dec 1999
Sorry we couldn't solve your problem. I guess it was a real stumper. Glad you figured it out.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.