CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    388

    Sending email through MFC

    How can we send an email through MFC. Can sombebody give me an example?

    Suppose we have dialog based application with a button to send mail. What could shall we write to make possible an email without giving user interface.


  2. #2
    Guest

    Re: Sending email through MFC

    Look at the Internet section here at CodeGuru and you´ll find several examples and classes for this purpous.
    I have used the 'SMTP MFC Classes' by Wes Clyburn myself and it is very easy to use and contains all the
    functionality you need to send e-mail. If you need to receive e-mail you should look at some of the POP3 classes.
    /Mats Bejedahl


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured