how to get reply form mail form? 1.2.6

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

how to get reply form mail form? 1.2.6

Post by cyrano »

hi to all,

i searched for the setup of the form generator (older one) how to achieve that a message which is send by form can be replied in email program...?

Is there a solution? i searched forum but only get so really solved threads for this topic.

thx for giving an idea or url.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
phalancs
Posts: 793
Joined: Thu 19. Feb 2004, 05:09
Location: Germany

??

Post by phalancs »

Any email message dcan be replied,

the FROM adress can be set in the conf.inc.php
also the FROM Name.
Is this what you meant?
2008
User avatar
cyppher.nl
Posts: 138
Joined: Wed 19. May 2004, 18:38
Location: Hilversum, Netherlands

Re: how to get reply form mail form? 1.2.6

Post by cyppher.nl »

cyrano wrote:...
achieve that a message which is send by form can be replied in email program...?
Hi

I need this functionality too!

Now when a user fills in a email contactform (cont.part) I get an e-mail from sender 'www-data'. This is weird, because I want to auto-reply the user's message!

How are messages from users via the email contactform to be configured to show user's name and email as Sender?

I can't figure out if this has something to do with the email settings in the phpwcms config file, or with my hosting provider settings!

Please let us know, it's urgent actually .. my humble thanks in advance _o_ ..
How do you do? And how do you do your wife?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: how to get reply form mail form? 1.2.6

Post by DeXXus »

cyppher.nl wrote:-=SNIP=-
because I want to auto-reply the user's message!

How are messages from users via the email contactform to be configured to show user's name and email as Sender?
Unless the email message (to respond to) came from the user's mail server and mail address... I don't ~think~ you can just "show" their name and address in the from: block or auto-reply. Because this is just sending an email (to you) through your own site, with the user's name and address, you cannot "spoof" this information. (That's what "spammers" DO) .

You could set up your own contact form "method" that activates their email client (ex. mailto: and subject:, etc.) to originate an email from ~their~ email server (and email address) to you.
chris102
Posts: 9
Joined: Mon 30. Jan 2006, 16:25

Post by chris102 »

What if sb puts its name and email into my fields?
e.g.
name: John Small
email: john.small@sb.com

Let's assume that my server is "myserver"

I get email from

"John Small" <johnSmall@myserver.com>

How to force mailer to do:

"John Small" <john.small@sb.com>

Thanx
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

I just realized that the e-mail contact form sends exactly as chris102 says in version 1.2.5, but not in 1.2.6. I just upgraded a client from 1.2.3 to 1.2.6 for this very reason. It worked when I tested 1.2.5, so I made the assumption that the latest wouldn't have backtracked to not working properly.

Does anyone have any ideas as to where we can look to make 1.2.6 function properly as 1.2.5 does? My guess is that the phpmailer class is unchanged in these versions, so it must be the content part.

UPDATE: it appears that they both use phpmailer 1.73
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

ISSUE SOLVED!!!

Post by Ben »

You can mark this thread as solved (and I'm very excited to share my findings with others)!

All you have to do is set the value of the "CC to:" field to "e-mail" (or whatever you happened to name your e-mail field). This value needs to be picked from the dropdown, even if the CC to checkbox is NOT CHECKED, which is why we all probably overlooked it. The version 1.2.5 I mentioned in my previous post had CC to checked, which explains why it worked for me.

I hope this helps some of you ...
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hey Ben,
muchas gracias amigo! Nice tip!
Take care,
Cheers
thoblerone@work
Posts: 8
Joined: Fri 3. Feb 2006, 14:55
Location: Sprockhövel, Germany
Contact:

reply to contact form

Post by thoblerone@work »

Post Reply