Click here to Skip to main content
15,897,226 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: @@@@@@PRINTING@@@@@@ Pin
ednrgc6-Nov-06 6:27
ednrgc6-Nov-06 6:27 
GeneralRe: @@@@@@PRINTING@@@@@@ Pin
arjun.me6-Nov-06 21:37
arjun.me6-Nov-06 21:37 
GeneralRe: @@@@@@PRINTING@@@@@@ Pin
ednrgc7-Nov-06 2:21
ednrgc7-Nov-06 2:21 
GeneralRe: @@@@@@PRINTING@@@@@@ Pin
arjun.me7-Nov-06 4:08
arjun.me7-Nov-06 4:08 
Questionuppercase Pin
litson jose6-Nov-06 1:09
litson jose6-Nov-06 1:09 
AnswerRe: uppercase Pin
Suresh Pirsquare6-Nov-06 1:27
Suresh Pirsquare6-Nov-06 1:27 
AnswerRe: uppercase Pin
Quan Liang6-Nov-06 3:07
Quan Liang6-Nov-06 3:07 
QuestionSending mail from localhost Pin
Exelioindia6-Nov-06 0:35
Exelioindia6-Nov-06 0:35 
Hi all,

I am trying to send an mail from localhost(VB.NET), but my mail messages are in the mailroot/queue folder, my system is connected in net also,

My code:

objEmail.To.Add(e_mail)
objEmail.Subject = "test mail"
objEmail.IsBodyHtml = False
objEmail.Body = bodytxt
objEmail.Priority = MailPriority.High
Dim Client As System.Net.Mail.SmtpClient = New System.Net.Mail.SmtpClient("localhost")
Client.UseDefaultCredentials = True
Client.Send(objEmail)

Plz suggest me an solution

Thanks in advance

Bye

Know is Drop, Unknown is Ocean

QuestionValidation Error in Server Pin
Sam.M6-Nov-06 0:26
Sam.M6-Nov-06 0:26 
AnswerRe: Validation Error in Server Pin
Suresh Pirsquare6-Nov-06 0:38
Suresh Pirsquare6-Nov-06 0:38 
QuestionHow to capture keyboard "Enter" button Press Pin
srilu nagalla6-Nov-06 0:21
srilu nagalla6-Nov-06 0:21 
AnswerRe: How to capture keyboard "Enter" button Press Pin
InsDev6-Nov-06 1:23
InsDev6-Nov-06 1:23 
QuestionUploading to Server Hard Disk Pin
david boon6-Nov-06 0:09
david boon6-Nov-06 0:09 
AnswerRe: Uploading to Server Hard Disk Pin
tmoney1016-Nov-06 3:11
tmoney1016-Nov-06 3:11 
QuestionConnected Complex Objects In Web Services Pin
BarV5-Nov-06 23:59
BarV5-Nov-06 23:59 
AnswerRe: Connected Complex Objects In Web Services Pin
coolestCoder6-Nov-06 1:34
coolestCoder6-Nov-06 1:34 
GeneralRe: Connected Complex Objects In Web Services Pin
BarV6-Nov-06 10:36
BarV6-Nov-06 10:36 
Questionresponse.redirect(..) Pin
habeb5-Nov-06 23:18
habeb5-Nov-06 23:18 
AnswerRe: response.redirect(..) Pin
gspowar6-Nov-06 0:39
gspowar6-Nov-06 0:39 
GeneralRe: response.redirect(..) Pin
Nitin19816-Nov-06 3:11
Nitin19816-Nov-06 3:11 
Questionhow to store state of form after response.redirect Pin
dj.rock5-Nov-06 23:02
dj.rock5-Nov-06 23:02 
AnswerRe: how to store state of form after response.redirect Pin
kumarprabhakar745-Nov-06 23:58
kumarprabhakar745-Nov-06 23:58 
GeneralRe: how to store state of form after response.redirect Pin
dj.rock6-Nov-06 17:31
dj.rock6-Nov-06 17:31 
Questionparallel cellular automata Pin
MozhdehQeraati5-Nov-06 22:56
MozhdehQeraati5-Nov-06 22:56 
QuestionOperation must use an updateable query--> what error is? Pin
rockxuyenmandem5-Nov-06 22:53
rockxuyenmandem5-Nov-06 22:53 

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.