<%@ Language=JavaScript%> <% var Email_From = "AUTO-RESPONSE from www.mysacredjourney.com "; var Email_To = "Dr. Tim Sams "; var Email_To2 = "Dr. Tim Sams "; var ErrorMsg = "none"; %> <% if ((String(Request.Form("body")) != "undefined") && (String(Request.Form("name")) != "undefined") && (String(Request.Form("email")) != "undefined") && (String(Request("submitOK")) == "true")) { // send e-mail to Tim Sams support... var iConf = Server.CreateObject("CDO.Configuration"); var Flds = iConf.Fields; Flds(cdoSendUsingMethod) = cdoSendUsingPort Flds(cdoSMTPServer) = "localhost" Flds(cdoSMTPServerPort) = 25 Flds(cdoSMTPConnectionTimeout) = 30 Flds.Update(); var objMail = Server.CreateObject("CDO.Message"); objMail.Configuration = iConf; objMail.From = String(Request("email")); objMail.To = Email_To; objMail.Subject = "Inquiry from My Sacred Journey Visitor"; var bodyStr = String(Request("body")); objMail.TextBody = bodyStr; objMail.Send(); Flds = null; iConf = null; objMail = null; // send e-mail to Candace support... var iConf = Server.CreateObject("CDO.Configuration"); var Flds = iConf.Fields; Flds(cdoSendUsingMethod) = cdoSendUsingPort Flds(cdoSMTPServer) = "localhost" Flds(cdoSMTPServerPort) = 25 Flds(cdoSMTPConnectionTimeout) = 30 Flds.Update(); var objMail = Server.CreateObject("CDO.Message"); objMail.Configuration = iConf; objMail.From = String(Request("email")); objMail.To = Email_To2; objMail.Subject = "Inquiry from My Sacred Journey Visitor"; var bodyStr = String(Request("body")); objMail.TextBody = bodyStr; objMail.Send(); Flds = null; iConf = null; objMail = null; // send confirmation e-mail to sender... var iConf = Server.CreateObject("CDO.Configuration"); var Flds = iConf.Fields; Flds(cdoSendUsingMethod) = cdoSendUsingPort Flds(cdoSMTPServer) = "localhost" Flds(cdoSMTPServerPort) = 25 Flds(cdoSMTPConnectionTimeout) = 30 Flds.Update(); var objMail = Server.CreateObject("CDO.Message"); objMail.Configuration = iConf; objMail.From = Email_From; objMail.To = String(Request("email")); objMail.Subject = "Automated Contact Form Confirmation from www.mysacredjourney.com"; var bodyStr = "Dear " + String(Request("name")) + ",\n\n"; bodyStr = bodyStr + "This is an automated confirmation for the question you submitted. We will reply as soon as possible.\n\n"; bodyStr = bodyStr + "-----------------------------\n\n"; bodyStr = bodyStr + String(Request("body")) + "\n\n"; objMail.TextBody = bodyStr; objMail.Send(); Flds = null; iConf = null; objMail = null; ErrorMsg = "success"; } %> Contact Form for My Sacred Journey and Dr. Tim Sams
  My Sacred Journey - self assessment - holistic health & wellness - spiritual psychology
Home | Free Self Assessment | Newsletter | Stepping Stones | Contact | Links| Dr. Tim Sams| Articles
 



 

Contact Us

<% if (ErrorMsg == "success") { %>

SUCCESS!

Thank you<%=(String(Request.Form("name")))%>, we will respond to you as soon as possible using the e-mail address you provided: "><%=(String(Request.Form("email")))%>.

In the meantime, why not try out our FREE 100 question Self Assessment Report?

<%}%> <% if (ErrorMsg == "none") { %>

Please use the following form to contact Dr. Tim. Unfortunately, due to the increase in unsolicited e-mails that are generated from automated web trawlers, we cannot provide a plain e-mail address on this website.

Your Name:
Your E-mail Address:
Your Message:
   
  Click here to submit your question

Postal Address:

Timothy L. Sams, Ph.D.
P.O. Box 6599
Irvine, CA 92616 USA

<%}%>
 
  "Thank you for offering to coach me through e-mail. I didn't want my wife to know that I was consulting with anyone about being in love with another woman who I could never have. You made me realize that I needed to re-focus on the reasons why I married her in the first place. Putting into practice our Wednesday date night and scheduling 2-day getaways on the weekend has made me fall in love with her all over again. And the babysitter loves making extra money when we go away. Thank you, Dr. Tim for making me realize this happens to both men and women." (Tom Z)  
 


Home | Free Self Assessment | Newsletter | Stepping Stones | Contact | Links| Dr. Tim Sams| Articles