====== 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.