• 0

sending mail in c++


Question

3 answers to this question

Recommended Posts

  • 0

If you want to do the implementation yourself, study up on POP3 protocol and RFC822 specification. In C++, you've got to do all of the network work manually. I've done this (though not in C++). It's very time consuming, and it will take a lot of testing to get right. If you want to make life easier for yourself, try to find an ActiveX control or a ready-made C++ class that does the work for you.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.