Thank you, here is the information you sent. Paul will be contacting you as soon as he can.
<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Contact from IndianTrailPlumbing.com"
myMail.From="contactform@indiantrailplumbing.com"
myMail.To="quotes@Indiantrailplumbing.com"
myMail.Bcc="mccunsue@yahoo.com"
myMail.Cc="sbreitkreutz@wirelessworldus.com"
myMail.HTMLBody="Name: " + myname + "
Email: " + myemail + "
Regarding: " + mysubject + "
Comments or Questions: " + mycomments + " " myMail.Send set myMail=nothing %>
| ||||||||||
Email: " + myemail + "
Regarding: " + mysubject + "
Comments or Questions: " + mycomments + " " myMail.Send set myMail=nothing %>
