Problem in email sending(MFC)
-
Working in MFC, I want my program to send an email message automatically on certain addresses after the satisfaction of some criteria. I am a beginner in VC++, so provide me with relevent APIs/sites/codes to fullfil this task. Plz suggest me the easiest way of doing so. Reply me soon
-
Working in MFC, I want my program to send an email message automatically on certain addresses after the satisfaction of some criteria. I am a beginner in VC++, so provide me with relevent APIs/sites/codes to fullfil this task. Plz suggest me the easiest way of doing so. Reply me soon
-
Working in MFC, I want my program to send an email message automatically on certain addresses after the satisfaction of some criteria. I am a beginner in VC++, so provide me with relevent APIs/sites/codes to fullfil this task. Plz suggest me the easiest way of doing so. Reply me soon
for very simple email capabilities, take a look at Simple MAPI http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/_mapi1book_programming_with_simple_mapi.asp[^]
[
](http://www.canucks.com)Sonork 100.11743 Chicken Little "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 Within you lies the power for good - Use it!
-
Working in MFC, I want my program to send an email message automatically on certain addresses after the satisfaction of some criteria. I am a beginner in VC++, so provide me with relevent APIs/sites/codes to fullfil this task. Plz suggest me the easiest way of doing so. Reply me soon
You can find some wrapper classes at www.naughter.com you can use those classes for sending e-mails Wish u good luck --Kamesh
-
Solutions depend on your design and tools. For example, what socket tool do you want to implement, i.e. pure winsock or MFC's CSocket? Deside on a socket design and then we move from there. Kuphryn
Actually I want to attach this email code with a code I am already using for sniffing packets. In that I am using raw sockets of Winsock api. But I feel that MFC's CSocket would be a better chice to be used. Plz provide me further info. on it and plz keep in mind that I am a beginner and does not have much knowledge in VC++. So kindly try to suggest me the easiest ways of doing so. Reply me soon