Mar 20, 2005 #1 672 Programmer Joined Mar 20, 2005 Messages 2 Location YU Hi! I'm new member. I would like to know how to send emails using c++ . With attachment.
Mar 21, 2005 #2 cpjust Programmer Joined Sep 23, 2003 Messages 2,132 Location US Read this: http://www.faqs.org/rfcs/rfc821.htmlYou'll also need to know how to make network connections in C++... Upvote 0 Downvote
Read this: http://www.faqs.org/rfcs/rfc821.htmlYou'll also need to know how to make network connections in C++...