%@ Language=VBScript %> <% '************************************************************************* ' DO NOT MODIFY THIS SCRIPT IF YOU WANT UPDATES TO WORK! ' Function : Check Email ' Product : CandyPress Store Frontend ' Version : 2.5 ' Modified : February 2004 ' Copyright: Copyright (C) 2004 CandyPress.Com ' See "license.txt" for this product for details regarding ' licensing, usage, disclaimers, distribution and general ' copyright requirements. If you don't have a copy of this ' file, you may request one at webmaster@candypress.com '************************************************************************* Option explicit Response.Buffer = true const adminLevel = 0 %> <% 'Database dim mySQL, cn, rs '************************************************************************* 'Open Database Connection call openDB() 'Store Configuration if loadConfig() = false then response.redirect "sysMsg.asp?errMsg=" & server.URLEncode("Could not load Store Configuration settings.") end if 'Close Database Connection call closedb() %>
Check Email
|
An Email was sent to :
<%=pEmailAdmin%> Check your Email Inbox to see if this message was delivered. If it was delivered successfully then your Email is set up properly. If you don't get an email, make sure that your Email settings in your configuration is entered correctly. You may need to check with your Web Hosting company for more information regarding the setup of your Email server. |