Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 General help me questions
 E-mail using VPASP
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rmgolf
VP-CART New User

United Kingdom
76 Posts

Posted - June 18 2010 :  08:54:14  Show Profile  Reply with Quote
Hi
I have tried without success to set up my e-mail using the contact form supplied with VPASP 6.5 and "Tell a friend" my client server don't seem able to give me the information required.
1) xemailsystem
2) xemailtype

The only answer I can get from them is the following script, does anybody know how I can interpret this to complete the details require in VPasp 6.5, do the details apply to both the "Contact form" and "Tell a friend"
Hope somebody can help with this.
Regards
Bob Morrow


<%
' EXAMPLE SCRIPT TO SEND MAIL USING CDOSYS
Set oCdoMail = Server.CreateObject("CDO.Message")
Set oCdoConf = Server.CreateObject("CDO.Configuration")
sConfURL = "http://schemas.microsoft.com/cdo/configuration/"
with oCdoMail
.From = "[email protected]"
.To = "[email protected]"
end with
with oCdoMail
.Subject = "My message subject"
.TextBody = "This is a plain text email"
end with
oCdoMail.Configuration = oCdoConf
oCdoMail.Send
Set oCdoConf = Nothing
Set oCdoMail = Nothing
%>
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00