Click to See Complete Forum and Search --> : mail sending
jesper
Feb 4th, 2001, 10:52 AM
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???!!
parksie
Feb 4th, 2001, 03:38 PM
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".
kourosh
Feb 4th, 2001, 03:44 PM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.