|
-
Feb 4th, 2001, 11:52 AM
#1
Thread Starter
Member
How can i send mail in c++ ?
Can i (teoretically) call TELNET from app ? For example: i call "telnet smtp.server.com 25", then: "helo", then: "mail from:<...@...>"......... SUPER idea, isn't it???!!
-
Feb 4th, 2001, 04:38 PM
#2
Monday Morning Lunatic
You can't call telnet as such, but you can open up a socket and transmit the necessary data.
Look at http://msdn.microsoft.com/library for more information, under "Platform SDK->Networking->Windows Sockets Version 2".
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Feb 4th, 2001, 04:44 PM
#3
Hyperactive Member
How about!
If you are trying to learn something about C++ by doing that, well that is different but if you are trying to achieve a task why not using VB. It is probably going to take less time and you also have controls to do such a thing.
===========================
Kourosh Gonabadi
VB Programmer 
C++ Newbie 
Graphic Designer
===========================
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|