<%@LANGUAGE="VBSCRIPT"%> <% Dim rsEmail__varEmail dim sEmail dim mymail rsEmail__varEmail = "0" if (request.form("email") <> "") then rsEmail__varEmail = request.form("email") %> <% set rsEmail = Server.CreateObject("ADODB.Recordset") rsEmail.ActiveConnection = MM_marketing_STRING rsEmail.Source = "SELECT email, password FROM tblCustomers WHERE email = '" + Replace(rsEmail__varEmail, "'", "''") + " '" rsEmail.CursorType = 0 rsEmail.CursorLocation = 2 rsEmail.LockType = 3 rsEmail.Open() rsEmail_numRows = 0 if (Request.ServerVariables("CONTENT_LENGTH") >0) Then if not rsEmail.eof then sEmail = rsEmail("email") strMessage = "Password = " & rsEmail("password") Set mymail = Server.CreateObject("Persits.MailSender") mymail.Host = "127.0.0.1" mymail.From = "noReply@marketinginminutes.co.uk" mymail.FromName = "Marketing in Minutes" mymail.AddAddress sEmail, sEmail mymail.Subject = "Password Notice" mymail.IsHTML = true mymail.Body = strMessage On Error Resume Next mymail.Send On Error Goto 0 Set mymail = Nothing response.redirect("../messages/reminderSent.html") else response.redirect("../messages/noEmail.html") end if end if %> Marketing Planner.co.uk
Marketing Plan
 
Create a professional marketing plan for your business quickly & easily    
 
Start plan
           
Marketing Plan
Create your marketing plan. Go...
______________
No Match

Your email or password didn't match our records. Please use the browser button to go back and try again.

If you can't remember your password please enter your email address below and click 'send reminder'

 
Enter your email address
   
 
   
   

 


What is a marketing plan?
_____________________
Marketing Articles
_____________________
Tips and Hints
_____________________
Business Plans
_____________________
Press Release Tips
_____________________
Trade shows
_____________________
FAQ's
_____________________
Link to us
_____________________
Useful Resources
_____________________
 

Marketing Planner UK

Consultants
Marketing consultants can provide individual advice. Go...
______________
Funding
Find an investor or business angel for funding. Go...
______________
Web Tools
Developing your web site as a marketing tool. Go...
______________
 
 
____________________________________________________________________________________________________________________________________________________________
© Marketing Planner.co.uk 2006. All rights reserved
 
The MarketingPlanner.co.uk service offers an online marketing plan service to help individuals and small businesses. We take pride in the quality of our service and we welcome any feedback about the service we offer. This website is best viewed at a setting of 1024 x 768 using default Internet Explorer settings. Please feel free to browse the website and provide any feedback and / or comments. This website has been created by the IT division of e-Fervour Ltd UK. Please contact them should you require a professional website. This website and all original images are protected by copyright and many not be reproduced without our prior permission. You may however link to this site freely.
 
 
<% rsEmail.Close() %>