Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


cdonts problem

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,35620
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> cdonts problem
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 cdonts problem - 6/20/2006 10:52:28 PM   
  sreenivas2k

 

Posts: 4
Score: 0
Joined: 1/13/2006
Status: offline
whats wrong with my code .i amnot reciveingany mails
<%Dim objCDONTS                 ' Email object
Set objCDONTS = Server.CreateObject("CDONTS.NewMail")
objCDONTS.MailFormat = 0
objCDONTS.BodyFormat=0
objCDONTS.From    = "Admin" & " <" & "admin_auto@" & Request.ServerVariables("HTTP_HOST") & ">"
objCDONTS.To      = Trim(Request.Form("mfr"))
objCDONTS.Subject = "Acknowledgement[Report a Problem]"
strBody ="We are dealing with your problem.This message is a system generated acknowledgement to your report. Please do not reply to this."
objCDONTS.Body    = "--------------------------------------" & vbcrlf & vbcrlf & strbody & vbcrlf & vbcrlf & " --Support Team : Http://"& Request.ServerVariables("HTTP_HOST") & vbcrlf & "--------------------------------------------------------------" & vbcrlf & "MESSAGE ENDS: End of message"
objCDONTS.Send
Set objCDONTS = Nothing
response.write "mail sent to   :"+Trim(Request.Form("mfr"))%>



sree
 
 
Post #: 1
 
 RE: cdonts problem - 7/18/2006 9:01:58 PM   
  sreenivas2k

 

Posts: 4
Score: 0
Joined: 1/13/2006
Status: offline
sorry for truoble.
#

the problem with smtp server its is blocking mail


i am using gmail smtp now its workin fine.



my advice 4 everyone is use gmail smtp avoid blocking local smtp mail settings

(in reply to sreenivas2k)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> cdonts problem Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts