Click here to Skip to main content
15,892,697 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Single Event issue Pin
Sandeep Akhare17-May-07 0:04
Sandeep Akhare17-May-07 0:04 
GeneralRe: Single Event issue Pin
Expert Coming21-May-07 20:53
Expert Coming21-May-07 20:53 
QuestionAccept only one decimal in textbox Pin
varshavmane16-May-07 20:22
varshavmane16-May-07 20:22 
AnswerRe: Accept only one decimal in textbox Pin
Sandeep Akhare16-May-07 23:11
Sandeep Akhare16-May-07 23:11 
QuestionASP.Net different result between IE6.0 and IE7.0 Pin
hifiger200416-May-07 2:50
hifiger200416-May-07 2:50 
AnswerRe: ASP.Net different result between IE6.0 and IE7.0 Pin
hifiger200416-May-07 3:51
hifiger200416-May-07 3:51 
GeneralRe: ASP.Net different result between IE6.0 and IE7.0 Pin
praveenanand21-May-07 2:11
praveenanand21-May-07 2:11 
Questionsend mail for unix server Pin
ragini1309198016-May-07 1:15
ragini1309198016-May-07 1:15 
hi!
i have my website hossted on unix server and i have written following code in asp to send a mail and faced following problem

'Server transport faailed to connect'

<%
Set objEMail = Server.CreateObject("CDO.Message")
Set objConfig = Server.CreateObject("CDO.Configuration")
Set Confi = objConfig.Fields
Confi("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
Confi("http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory") = "C:\inetpub\mailroot\pickup"
Confi.Update
Set objEMail.Configuration = objConfig
objEMail.To = "wind29@rediffmail.com"
objEMail.From = "mroopesh@hotmail.com"
objEMail.Subject = "Test"
objEMail.TextBody = "This is a test mail"
objEMail.Send
Set objEMail = Nothing

Response.Write("Message Sent")
%>


ragini

AnswerRe: send mail for unix server Pin
JimmyRopes16-May-07 4:21
professionalJimmyRopes16-May-07 4:21 
Questionsend mail Pin
ragini1309198015-May-07 23:32
ragini1309198015-May-07 23:32 
QuestionReport not showing Pin
Nomvula15-May-07 22:55
Nomvula15-May-07 22:55 
QuestionProblem with DHTML Pin
matjame15-May-07 22:30
matjame15-May-07 22:30 
AnswerRe: Problem with DHTML Pin
badgrs15-May-07 23:57
badgrs15-May-07 23:57 
QuestionQuestion about style Pin
Mazdak15-May-07 21:34
Mazdak15-May-07 21:34 
AnswerRe: Question about style Pin
JimmyRopes16-May-07 4:51
professionalJimmyRopes16-May-07 4:51 
GeneralRe: Question about style [modified] Pin
Mazdak16-May-07 8:36
Mazdak16-May-07 8:36 
GeneralRe: Question about style Pin
JimmyRopes16-May-07 10:07
professionalJimmyRopes16-May-07 10:07 
GeneralRe: Question about style Pin
Mazdak16-May-07 10:18
Mazdak16-May-07 10:18 
QuestionAjax Maked Edit Pin
Atif Ali Bhatti15-May-07 19:29
Atif Ali Bhatti15-May-07 19:29 
Questionplaying video files Pin
Rahul Babu15-May-07 18:52
Rahul Babu15-May-07 18:52 
AnswerRe: playing video files Pin
Atif Ali Bhatti15-May-07 19:07
Atif Ali Bhatti15-May-07 19:07 
QuestionHow to make objects display while retrieving data from database Pin
Don Dang15-May-07 15:13
Don Dang15-May-07 15:13 
AnswerRe: How to make objects display while retrieving data from database Pin
Fred_Smith16-May-07 12:16
Fred_Smith16-May-07 12:16 
GeneralRe: How to make objects display while retrieving data from database Pin
Don Dang18-May-07 15:40
Don Dang18-May-07 15:40 
GeneralRe: How to make objects display while retrieving data from database Pin
Fred_Smith18-May-07 21:57
Fred_Smith18-May-07 21:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.