Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-03-2001 15:58:28

Guest
Guest

Contact form "send to " address

which script contains the subroutine for where the "contact us" form information is sent?

I need to the form contents go to the same address as the order fulfillment's go to...and not to the site owner.

The simple fix, changing the site owner email address in the admin back end, to the order fulfillment address won't suffice. Then the owner won't get cc'd on orders.

Please help.

Thanks in advance for your assistance.

 

#2 07-04-2001 08:39:42

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Contact form "send to " address

In the routine named "common_mail_site_send_contact" in:

./cgi-bin/library/common/common_mail.pl

Change the line:

$mail{To} = "$site_owner_email_address";

To: 

$mail{To} = "user@domain.com";


Nick Hendler

Offline

 

#3 07-05-2001 06:17:14

Guest
Guest

Re: Contact form "send to " address


Thanks, but I just did a global change in common_mail.pl from:

"$site_owner_email_address" to "$site_order_email_address" the only exception being the sub that CC's a copy of orders to the owner.

Thanks.

 

Board footer