Reply
Help getting contact form to work with Verizon mail servers
Old 06-15-2004, 06:04 PM Help getting contact form to work with Verizon mail servers
Junior Talker

Posts: 1
We just switched from Charter Cable to Verizon DSL and the Verizon Mail Servers Requier authentication. How can I edit this contact from code to send the right authentication. Login and pass.

Here is the code:

<% End If
Function SendEmail(strBody, strSubject, strFrom, strTo)
bSuccess = True
set iconf=server.createobject("cdo.configuration")
set flds=iconf.Fields
with flds
.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "outgoing.verizon.net"
.Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 10
.Update
End With
set objCDO=server.createobject("CDO.Message")
With objCDO
set .configuration=iConf
.To=strTo
.From="El_dorado@Verizon.com"
.Subject=StrSubject
.TextBody=StrBody
.Send
end with
set objCDO = nothing
sendEmail=bSuccess
End Function
%>
yodanation is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Reply     « Reply to Help getting contact form to work with Verizon mail servers
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10529 seconds with 12 queries