Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
AnswerRe: Send Mail Without Using SMTP Server Pin
leppie11-Jun-06 20:29
leppie11-Jun-06 20:29 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal11-Jun-06 20:32
Sushant Duggal11-Jun-06 20:32 
GeneralRe: Send Mail Without Using SMTP Server Pin
stancrm11-Jun-06 20:36
stancrm11-Jun-06 20:36 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal11-Jun-06 20:39
Sushant Duggal11-Jun-06 20:39 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal12-Jun-06 0:55
Sushant Duggal12-Jun-06 0:55 
GeneralRe: Send Mail Without Using SMTP Server Pin
Dan Neely12-Jun-06 2:09
Dan Neely12-Jun-06 2:09 
GeneralRe: Send Mail Without Using SMTP Server Pin
Mr. VB.NET12-Jun-06 18:32
Mr. VB.NET12-Jun-06 18:32 
GeneralRe: Send Mail Without Using SMTP Server Pin
Sushant Duggal13-Jun-06 1:49
Sushant Duggal13-Jun-06 1:49 
Hi,
Thanks for your reply.
I am doing this using TCPClient

<br />
<br />
                client = new TcpClient(smtpServer, smtpPort);<br />
		NetworkStream ns = client.GetStream();<br />
		StreamReader stdIn = new StreamReader(ns);<br />
		StreamWriter stdOut = new StreamWriter(ns);<br />
<br />


here the problem is my machine throughs an error that destination machine rejected the connection., and then i checked my machine and found that my machine's port 25 is not responding ... can you tell me the possible reason.
There is no firewall, SMTP Server is running,IIS is running,I have checked the norton settings, everything is fine.. i dont know you the port 25 is not responding
Please ehelp
Thanks

Sushant Duggal.
GeneralRe: Send Mail Without Using SMTP Server Pin
Mr. VB.NET13-Jun-06 12:43
Mr. VB.NET13-Jun-06 12:43 
QuestionUrgent reply required ,please Pin
Nafiseh Salmani11-Jun-06 20:10
Nafiseh Salmani11-Jun-06 20:10 
AnswerRe: Urgent reply required ,please Pin
NaNg1524111-Jun-06 20:17
NaNg1524111-Jun-06 20:17 
QuestionProperty Grid Pin
ideru11-Jun-06 19:58
ideru11-Jun-06 19:58 
QuestionSearching Text in MS Word using c# Pin
panks_r11-Jun-06 19:52
panks_r11-Jun-06 19:52 
QuestionGetting Output file from EXE Pin
mikeyhardingboyo11-Jun-06 17:27
mikeyhardingboyo11-Jun-06 17:27 
AnswerRe: Getting Output file from EXE Pin
Mr. VB.NET12-Jun-06 18:35
Mr. VB.NET12-Jun-06 18:35 
QuestionAlgorithm for searching for multiple patterns in a string? Pin
Psytherium11-Jun-06 15:05
Psytherium11-Jun-06 15:05 
QuestionUML [modified] Pin
TheBeginner7711-Jun-06 14:06
TheBeginner7711-Jun-06 14:06 
AnswerRe: UML Pin
Stefan Troschuetz11-Jun-06 23:08
Stefan Troschuetz11-Jun-06 23:08 
QuestionHow can draw a line like this Pin
zhok11-Jun-06 13:29
zhok11-Jun-06 13:29 
AnswerRe: How can draw a line like this Pin
Jun Du11-Jun-06 15:34
Jun Du11-Jun-06 15:34 
AnswerRe: How can draw a line like this [modified] Pin
rah_sin11-Jun-06 19:36
professionalrah_sin11-Jun-06 19:36 
QuestionConvert C++ typedef to C# Pin
Bill Richards11-Jun-06 12:15
Bill Richards11-Jun-06 12:15 
QuestionCommand line tool for publishing an app similiar to ClickOnce? Pin
Raffi Basmajian11-Jun-06 12:03
Raffi Basmajian11-Jun-06 12:03 
AnswerRe: Command line tool for publishing an app similiar to ClickOnce? Pin
leppie11-Jun-06 20:27
leppie11-Jun-06 20:27 
GeneralRe: Command line tool for publishing an app similiar to ClickOnce? Pin
Raffi Basmajian12-Jun-06 14:52
Raffi Basmajian12-Jun-06 14:52 

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.