Try this, it should fix you up, maybe :-). Don't forget to add your SMTP servers IP address below. It's a little different if you want to use a drop directory instead of sending it via a local SMTP server. I can send you that change if you need it.
Dim usxCDO
Set usxCDO= Server.CreateObject("CDO.M
With usxCDO
.From = ""
.To = "david@thebeacon.co.uk"
.Subject = "Takeaway Order"
.TextBody = Chr(13) & Chr(10) &_
"Base: " & cStr(Request("")) & Chr(13) & Chr(10) &_
"120Fill: " & cStr(Request("")) & Chr(13) & Chr(10) &_
"70Fill: " & cStr(Request("")) & Chr(13) & Chr(10) &_
"50Fill: " & cStr(Request("")) & Chr(13) & Chr(10) &_
"FreeFill: " & cStr(Request("")) & Chr(13) & Chr(10) &_
"Number Req'd: " & cStr(Request(""))
.Configuration.Fields.Item
.Configuration.Fields.Item
.Configuration.Fields.Item
.Configuration.Fields.Upda
End With
If (cStr(Request("Submit")) <> "") Then
usxCDO.Send
Response.Redirect ""
End If
Main Topics
Browse All Topics





by: TooKoolKrisPosted on 2004-02-09 at 11:32:40ID: 10313458
Microsoft Windows Server 2003 Does Not Install Collaboration Data Objects for NTS om/default .aspx?scid =kb;en- us; 315197
http://support.microsoft.c