Click here to Skip to main content
15,909,051 members
Home / Discussions / C#
   

C#

 
Question------ RE:Send Mail Without Using SMTP Server ---- Pin
Sushant Duggal13-Jun-06 1:50
Sushant Duggal13-Jun-06 1:50 
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.
QuestionAdd UserControl to HelpProvider Pin
haimh13-Jun-06 1:38
haimh13-Jun-06 1:38 
QuestioncomboBox items values Pin
andrei_dalcu13-Jun-06 1:38
andrei_dalcu13-Jun-06 1:38 
AnswerRe: comboBox items values [modified] Pin
SeMartens13-Jun-06 1:53
SeMartens13-Jun-06 1:53 
GeneralRe: comboBox items values Pin
andrei_dalcu13-Jun-06 2:02
andrei_dalcu13-Jun-06 2:02 
QuestionTextboxes Pin
Rmokkenstorm13-Jun-06 0:38
Rmokkenstorm13-Jun-06 0:38 
QuestionRichTextbox Text color Pin
alwz_nikhil13-Jun-06 0:34
alwz_nikhil13-Jun-06 0:34 
AnswerRe: RichTextbox Text color Pin
stancrm13-Jun-06 0:53
stancrm13-Jun-06 0:53 
QuestionTimer display Pin
ybasha12-Jun-06 23:41
ybasha12-Jun-06 23:41 
QuestionList all web methods in a .asmx file Pin
compdesign12-Jun-06 23:27
compdesign12-Jun-06 23:27 
AnswerRe: List all web methods in a .asmx file Pin
Dustin Metzgar13-Jun-06 3:52
Dustin Metzgar13-Jun-06 3:52 
GeneralRe: List all web methods in a .asmx file Pin
compdesign14-Jun-06 1:03
compdesign14-Jun-06 1:03 
GeneralRe: List all web methods in a .asmx file Pin
Dustin Metzgar14-Jun-06 3:15
Dustin Metzgar14-Jun-06 3:15 
GeneralRe: List all web methods in a .asmx file [modified] Pin
compdesign14-Jun-06 19:53
compdesign14-Jun-06 19:53 
GeneralRe: List all web methods in a .asmx file Pin
Dustin Metzgar15-Jun-06 3:53
Dustin Metzgar15-Jun-06 3:53 
Questiongetting DialogResults from non modal Dialog Pin
PaulaM12-Jun-06 23:04
PaulaM12-Jun-06 23:04 
AnswerRe: getting DialogResults from non modal Dialog Pin
SeMartens12-Jun-06 23:18
SeMartens12-Jun-06 23:18 
AnswerRe: getting DialogResults from non modal Dialog Pin
rah_sin12-Jun-06 23:21
professionalrah_sin12-Jun-06 23:21 
QuestionSetting data type of column in DataGridView Pin
Mairaaj Khan12-Jun-06 22:05
professionalMairaaj Khan12-Jun-06 22:05 
QuestionAccess enums defined in a header file Pin
beap12-Jun-06 21:44
beap12-Jun-06 21:44 
AnswerRe: Access enums defined in a header file Pin
stancrm12-Jun-06 21:49
stancrm12-Jun-06 21:49 
Questionhow to search in datagrid? Pin
sagn02512-Jun-06 21:30
sagn02512-Jun-06 21:30 
GeneralRe: how to search in datagrid? Pin
Tamimi - Code12-Jun-06 21:33
Tamimi - Code12-Jun-06 21:33 
GeneralRe: how to search in datagrid? Pin
sagn02513-Jun-06 23:09
sagn02513-Jun-06 23:09 
AnswerRe: how to search in datagrid? Pin
cfx_9850gb12-Jun-06 21:53
cfx_9850gb12-Jun-06 21: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.