%
SUB sendmail( fromWho, toWho, Subject )
Dim objCDO
Dim iConf
Dim Flds
Const cdoSendUsingPort = 2
Set objCDO = Server.CreateObject("CDO.Message")
Set iConf = Server.CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
With Flds
.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Item(cdoSMTPServer) = "mail-fwd"
.Item(cdoSMTPServerPort) = 25
.Item(cdoSMTPconnectiontimeout) = 10
.Update
End With
Set objCDO.Configuration = iConf
objCDO.From = fromWho
objCDO.To = toWho
objCDO.Subject = Subject
'objCDO.TextBody = Body
objCDO.TextBody = "Contact: " & Trim(Request.Form( "Contact") ) & vbCrLf _
& "Email: " & Trim(Request.Form( "fromWho") ) & vbCrLf _
& "Phone1: " & Trim(Request.Form( "Phone1") ) & vbCrLf _
' & "Phone2: " & Trim(Request.Form( "Phone2") ) & vbCrLf _
' & "Referred By: " & Trim(Request.Form( "Referred") )
objCDO.Send
END SUB
fromWho = TRIM( Request.Form( "fromWho") )
toWho = TRIM( Request.Form( "toWho") )
Subject = TRIM( Request.Form( "Subject" ) )
If toWho <> "" THEN
sendMail fromWho, toWho, Subject
Response.redirect "http://www.unitedcreditsource.com/IndexConfirm.asp"
END IF
' Cleanup
Set ObjCDO = Nothing
Set iConf = Nothing
Set Flds = Nothing
%>
Credit Repair - United Credit Source - Helping Improve Credit Score
<%
SUB sendmail( Name, Address, Phone, Email, Message )
Dim objCDO
Dim iConf
Dim Flds
Const cdoSendUsingPort = 2
Set objCDO = Server.CreateObject("CDO.Message")
Set iConf = Server.CreateObject("CDO.Configuration")
Set Flds = iConf.Fields
With Flds
Item(cdoSendUsingMethod) = cdoSendUsingPort
Item(cdoSMTPServer) = "mail-fwd"
Item(cdoSMTPServerPort) = 25
Item(cdoSMTPconnectiontimeout) = 10
Update
End With
Set objCDO.Configuration = iConf
objCDO.Name = Name
objCDO.Address = Address
objCDO.Phone = Phone
objCDO.Email = Email
objCDO.Message = Message
objCDO.Send
END SUB
Name = TRIM( Request.Form( "Name") )
Address = TRIM( Request.Form( "Address") )
Phone = TRIM( Request.Form( "Phone" ) )
Email = TRIM( Request.Form( "Email") )
Message = TRIM( Request.Form( "Message") )
If toWho <> "" THEN
sendMail Name, Address, Phone, Email, Message
Response.redirect "http://www.unitedcreditsource.com/confirmation.html"
'Cleanup
Set ObjCDO = Nothing
Set iConf = Nothing
Set Flds = Nothing
END IF
%>
 |
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
Our staff understands that there will be many questions as
you go through this process and we are committed to
meeting the needs of our clients.
To contact
us for assistance or to leave a comment, please use any
method of communication listed below. You will receive
a response within 24 hours!

|
|
|
|
About Us
|
Credit Restoration |
Client
Testimonials |
Current Clients
| Partner with
UCS |
Contact Us
©2010 United
Credit Source, Inc. - Dallas, TX
|