Thread: C++ Email/SMTP

  1. #1
    Registered User
    Join Date
    Nov 2007
    Posts
    164

    C++ Email/SMTP

    Hey, Can you recommend me what C++ library or classes are available for sending email via SMTP in C++. I'm on Windows platform. I need a library which supports attachments and SSL connections. What are the options available. I'm not into implementing my own

    Regards

    EDIT: Oh I forgot to mention I'm using Visual C++ 6
    Last edited by manzoor; 05-18-2009 at 12:43 PM.

  2. #2
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

  3. #3
    Registered User
    Join Date
    Nov 2007
    Posts
    164
    Did you yourself find one? If so can you post the link?

    Because I have tried searching Google with no results. Remember I need one which is capable of support SSL connections and is compatible with Visual C++ 6.

    Regards

  4. #4
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by manzoor View Post
    Did you yourself find one? If so can you post the link?

    Because I have tried searching Google with no results. Remember I need one which is capable of support SSL connections and is compatible with Visual C++ 6.

    Regards
    Did you try using "SMTP C++ client SSL" as the search subject. The first hit I got seems to match your requirements.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  5. #5
    Registered User
    Join Date
    Nov 2007
    Posts
    164
    Yes, I tried. But the first hit is showing an example of a shareware library


    I need a freeware

  6. #6
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Quote Originally Posted by manzoor View Post
    Yes, I tried. But the first hit is showing an example of a shareware library


    I need a freeware
    Anything of interest here?

    SourceForge.net: Software Search

    On the topic of Chilkat, $289 for a perpetual license to ALL their products, with free upgrades forever and a year of paid support, sounds like a fantastic deal.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  7. #7
    30 Helens Agree neandrake's Avatar
    Join Date
    Jan 2002
    Posts
    640
    Quote Originally Posted by manzoor View Post
    Did you yourself find one? If so can you post the link?

    Because I have tried searching Google with no results. Remember I need one which is capable of support SSL connections and is compatible with Visual C++ 6.

    Regards
    It might come off better if next time you list which ones you've looked at. Otherwise it's another "I have homework and want you to do to the 'work' part" thread.
    Environment: OS X, GCC / G++
    Codes: Java, C#, C/C++
    AOL IM: neandrake, Email: neandrake (at) gmail (dot) com

Popular pages Recent additions subscribe to a feed