CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Thread: email from C++

  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    56

    email from C++

    Hi ,
    I wonna insert a mailbutton into a customerlist and insert into this mail some information in HTML also this mail should not pop up on the screen it should either stand in To Send Objects

    Can anyone help me please?

    Thanks a lot
    R

  2. #2
    Join Date
    Jun 2002
    Location
    Sweden
    Posts
    81
    Hi I've written a small mail-class that I can mail you if you like. It's quite easy to use.

  3. #3
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    56
    Originally posted by amag
    Hi I've written a small mail-class that I can mail you if you like. It's quite easy to use.

  4. #4
    Join Date
    Oct 2000
    Location
    Tehran - Iran
    Posts
    949

    Re: email from C++

    Originally posted by LongJohn
    Hi ,
    I wonna insert a mailbutton into a customerlist and insert into this mail some information in HTML also this mail should not pop up on the screen it should either stand in To Send Objects

    Can anyone help me please?

    Thanks a lot
    R
    Hello,
    Could u send ur mail class for me, too please ?

    my mail: [email protected]

  5. #5
    Join Date
    Jun 2002
    Location
    Sweden
    Posts
    81
    I can put it up on my homepage when I get home (I'm currently at my office). I will post the link here when it's available. Also it's two classes; one mail-class and one socket-class.

  6. #6
    Join Date
    Jun 2002
    Location
    Sweden
    Posts
    81
    Ok, the classes are available under the code section at my homepage:
    http://www.mdstud.chalmers.se/~md7amag/

    The source also includes Andrei Alexandrescu's ScopeGuard which is explained in one of his articles in the experts forum at http://www.cuj.com/

  7. #7
    Join Date
    Oct 2000
    Location
    Tehran - Iran
    Posts
    949

    Smile

    Thanks alooot for ur useful mail class !

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