Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

CONTACT FORM problem [solved]

Asked Modified Viewed 3,475 times
K
kll
K
kll 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Junior Member

a test of CONTACT ME
with input of
Name: TESTNAME
Email Address: testname@yahoo.com
Subject: testname subject
Message: testname message

shows ( see attachment )

-- Subject: testname subject
-- testname message

*** small problem in SUBJECT: string SUBJECT:
*** NAME and MAIL info missing

from contact.php
sendemail($settings['siteusername'],$settings['siteemail'],$mailname,$email,$subject,$message);

where this info $mailname,$email is supposed to go to?
it should be part of the message!
Edited by kll on 30-07-2007 07:30,
0 replies

6 posts

S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

All that are sent to you, but you need to check the settings (in Firebird?) on how much details it show about the message I think (been a while since i used Firebird)
All details shows fine in Gmail.
0 replies
K
kll
K
kll 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Junior Member

i go u homepage www.yafs.net
and used the CONTACT ME

pls forward this mail u got to me,
so i can see how it looks like
:p

thanks
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Done.

Btw, the message (in Gmail) looks like this (show details on)


Quote

---------- Forwarded message ----------
From: Lutz <kll_samui@yahoo.com>
Date: 23.jul.2007 19:32
Subject: test of phpfusion CONTACT ME
To: yafsnet@gmail.com

hi sveinungs

pls send me a mail
0 replies
K
kll
K
kll 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Junior Member

thanks for the mail,

thats my problem, the line

From: testname testname@yahoo.com
i dont get.
i checked the source of the mail my mailbox was sending me

there is no info in, it can not be my Mozilla Thunderbird
getting the mails from my mailbox by POP

and if u say it can not be PHPFusion, it must be a problem in my MAILBOX
server. :(

or can i have a mistake in my PHPFusion settings?
rem:
( i use new revision, u use the old version with the ECHO $subject )


MAIL SOURCE:

From - Mon Jul 23 11:22:43 2007
X-Account-Key: account15
X-UIDL: dc76eabeb240a637566f5d48ca2926ae
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Received: from localhost (localhost.localdomain [127.0.0.1])
by mail.byetcluster.com (Postfix) with ESMTP id 91BDF1BE81AD
for <webmaster@service.kll-hosting.com>;
Mon, 23 Jul 2007 00:22:20 -0400 (EDT)
X-Virus-Scanned: Debian amavisd-new at mail.byetcluster.com
Received: from mail.byetcluster.com ([127.0.0.1])
by localhost (mail.byetcluster.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id akNKAf-ZzEzr for <webmaster@service.kll-hosting.com>;
Mon, 23 Jul 2007 00:22:10 -0400 (EDT)
Received: from byet.org (mx5.byet.org [209.190.16.86])
by mail.byetcluster.com (Postfix) with ESMTP id D8E641BE8094
for <webmaster@service.kll-hosting.com>;
Mon, 23 Jul 2007 00:22:09 -0400 (EDT)
Received: from [209.190.85.17] (helo=admin1.byetcluster.com) by byet.org
with esmtp (Exim 4.67) (envelope-from <root@mailer.byetcluster.com>)
id 1ICpR1-0005Tq-HC for webmaster@service.kll-hosting.com;
Mon, 23 Jul 2007 00:22:15 -0400
Received: from root by admin1.byetcluster.com
with local (Exim 4.67) (envelope-from <root@mailer.byetcluster.com>)
id 1ICpR1-0005kV-0x for webmaster@service.kll-hosting.com;
Mon, 23 Jul 2007 00:22:15 -0400
To: webmaster@service.kll-hosting.com
Subject: Subject: testname subject
From: mail@service.kll-hosting.com
Message-Id: <E1ICpR1-0005kV-0x@admin1.byetcluster.com>
Date: Mon, 23 Jul 2007 00:22:15 -0400
Return-Path: root@mailer.byetcluster.com
X-DBMail-PhysMessage-ID: 684746
X-Antivirus: AVG for E-mail 7.5.476 [269.10.14/912]
Mime-Version: 1.0
Content-Type: text/plain


testname message





--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.10.14/912 - Release Date: 7/22/2007 7:02 PM
Edited by kll on 24-07-2007 07:12,
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

You're right about the echo $subject my friend.

I still have this line, togheter with two lines to log IP used
   echo $subject;
   if (!$error) {
      $log_ip = getenv('REMOTE_ADDR');
    $mess = $message."\nIP: ".$log_ip."\n";


So, you're form is working as it should, really
0 replies
K
kll
K
kll 10
  • Junior Member, joined since
  • Contributed 42 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Junior Member

** i believe kevin explained somewhere this is due to how the spamfilters are rerouting the mail serverside and can not be changed.

**
The only way to be able to have the users information sent to you since it can't be included inthe FROM portion of the mail, is to edit the code that send/calls the mail function and include the information into the message itself.

** We have been working on making things with ref to the mail filters a little more user friendly,,, you should find that mail form(S) now works as expected.....


THANKS FOR HELP
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet