Click here to Skip to main content
15,890,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can I use select instead Sleep? Pin
hanlei000000000915-Aug-09 3:41
hanlei000000000915-Aug-09 3:41 
QuestionGrab Key board focus Pin
aks.13-Aug-09 18:51
aks.13-Aug-09 18:51 
AnswerRe: Grab Key board focus Pin
«_Superman_»13-Aug-09 18:58
professional«_Superman_»13-Aug-09 18:58 
QuestionSMTP: all are not working? Pin
includeh1013-Aug-09 15:03
includeh1013-Aug-09 15:03 
AnswerRe: SMTP: all are not working? Pin
zhu_lin13-Aug-09 15:46
zhu_lin13-Aug-09 15:46 
AnswerRe: SMTP: all are not working? Pin
Bacon Ultimate Cheeseburger13-Aug-09 15:48
Bacon Ultimate Cheeseburger13-Aug-09 15:48 
GeneralRe: SMTP: all are not working? Pin
includeh1013-Aug-09 16:08
includeh1013-Aug-09 16:08 
GeneralRe: SMTP: all are not working? Pin
Bacon Ultimate Cheeseburger13-Aug-09 16:22
Bacon Ultimate Cheeseburger13-Aug-09 16:22 
If your SMTP client does not handle authentication the first thing I would check is to make sure that the server you are connecting to does not require it. Also make sure that the server allows relaying from the location you are connecting from (it probably does if it's an internal company server but it's always best to make sure).

If that doesn't provide any answers I would load up a packet sniffer and monitor the transmissions between your application and the SMTP server. This should give you a better idea of how well the server is responding to your client. It's possible the server is returning an error that your client is not handling (hard to say without seeing the code).

If neither of those provide you with any answers you might want to try installing a bare bones SMTP server on a test machine and seeing if your client (and the other examples you have downloaded) works with it.

I am a lean mean ground beef machine!!!

AnswerRe: SMTP: all are not working? [modified] Pin
includeh1013-Aug-09 16:19
includeh1013-Aug-09 16:19 
GeneralRe: SMTP: all are not working? Pin
Bacon Ultimate Cheeseburger13-Aug-09 16:35
Bacon Ultimate Cheeseburger13-Aug-09 16:35 
GeneralRe: SMTP: all are not working? Pin
Bacon Ultimate Cheeseburger13-Aug-09 18:45
Bacon Ultimate Cheeseburger13-Aug-09 18:45 
QuestionIntercept a WM message into a C++ class Pin
428813-Aug-09 13:10
428813-Aug-09 13:10 
AnswerRe: Intercept a WM message into a C++ class Pin
Baltoro13-Aug-09 14:55
Baltoro13-Aug-09 14:55 
AnswerRe: Intercept a WM message into a C++ class Pin
KarstenK13-Aug-09 21:13
mveKarstenK13-Aug-09 21:13 
GeneralRe: Intercept a WM message into a C++ class Pin
428814-Aug-09 4:49
428814-Aug-09 4:49 
GeneralRe: Intercept a WM message into a C++ class Pin
KarstenK16-Aug-09 20:33
mveKarstenK16-Aug-09 20:33 
GeneralRe: Intercept a WM message into a C++ class Pin
428817-Aug-09 4:49
428817-Aug-09 4:49 
AnswerRe: Intercept a WM message into a C++ class Pin
Bacon Ultimate Cheeseburger14-Aug-09 13:07
Bacon Ultimate Cheeseburger14-Aug-09 13:07 
QuestionCan I control MyApp browser extension button order in "Internet Explorer" default toolbar after installation? Pin
neocoin13-Aug-09 8:16
neocoin13-Aug-09 8:16 
QuestionCalling a COM interface from a worker thread Pin
sashoalm13-Aug-09 6:43
sashoalm13-Aug-09 6:43 
AnswerRe: Calling a COM interface from a worker thread Pin
Stuart Dootson13-Aug-09 6:51
professionalStuart Dootson13-Aug-09 6:51 
GeneralRe: Calling a COM interface from a worker thread Pin
sashoalm13-Aug-09 20:48
sashoalm13-Aug-09 20:48 
GeneralRe: Calling a COM interface from a worker thread Pin
Stuart Dootson13-Aug-09 21:07
professionalStuart Dootson13-Aug-09 21:07 
GeneralRe: Calling a COM interface from a worker thread Pin
Stuart Dootson14-Aug-09 2:08
professionalStuart Dootson14-Aug-09 2:08 
QuestionHow to log visited URLs Pin
televes13-Aug-09 5:51
televes13-Aug-09 5:51 

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.