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

    Send E-mail using C++ Language

    Hi,I need help! I was given an assignment; to send a daily automatic e-mail with notepad (.txt) attached, to a hotmail address using C++ language.
    I'm using Microsoft Visual Studio 2008. Please help! Thanks!

  2. #2
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Send E-mail using C++ Language

    Here is some existing information on sending E-mails with C++:

    http://www.codeguru.com/forum/showth...52#post1931252

    Please don't forget to use CG's search feature. This question gets asked every couple of months or so.
    ahoodin
    To keep the plot moving, that's why.

  3. #3
    Join Date
    Jun 2010
    Posts
    2

    Re: Send E-mail using C++ Language

    Hi, Thank you for the reply. May I know what is the CG search feature? and how do i send the notepad(.txt) to the email as well? Thanks!

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Send E-mail using C++ Language

    I use MAPI. You may want to look into that too.

  5. #5
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Send E-mail using C++ Language

    Quote Originally Posted by Waniee View Post
    Hi, Thank you for the reply. May I know what is the CG search feature?
    http://www.codeguru.com/forum/search.php
    Victor Nijegorodov

Tags for this Thread

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