Create an account to edit articles | See Formatting Syntax for Wiki syntax | We look forward to your contribution!
You are here: The ProductCart Encyclopedia » How To's » Changing the e-mail address for the Contact Us page
Changing the e-mail address for the Contact Us page
You can change the e-mail address that receives the Contact Us form (”contacts.asp” in the ”pc” folder) by performing a small edit on the file “contacts.asp”. Download the file using your favorite FTP program, make a back-up copy of it, open it in Notepad or your HTML editor, and edit it as follows.
Replace:
call sendmail (CustName,CustEmail,scFrmEmail,MsgTitle,MsgBody)
… with:
call sendmail (CustName,CustEmail,"yourEmail@yourStore.com",MsgTitle,MsgBody)
Save the file and upload it back to your Web server.
Trace: » Styling Text Strings Without Editing Any ASP Code » Managing Search Fields » Acknowledgments » Providing Links to Hidden Products » Displaying a list of content pages » Editing Rights » Managing Suppliers » Saving a Draft » AJAX Waiting Message for Small Search Box » Changing the e-mail address for the Contact Us page