Results 1 to 3 of 3

Thread: mail sending

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    50
    How can i send mail in c++ ?
    Can i (teoretically) call TELNET from app ? For example: i call "telnet smtp.server.com 25", then: "helo", then: "mail from:<...@...>"......... SUPER idea, isn't it???!!

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You can't call telnet as such, but you can open up a socket and transmit the necessary data.

    Look at http://msdn.microsoft.com/library for more information, under "Platform SDK->Networking->Windows Sockets Version 2".
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Hyperactive Member kourosh's Avatar
    Join Date
    Aug 1999
    Location
    Vancouver, British Columbia, Canada
    Posts
    256

    Cool How about!

    If you are trying to learn something about C++ by doing that, well that is different but if you are trying to achieve a task why not using VB. It is probably going to take less time and you also have controls to do such a thing.
    ===========================
    Kourosh Gonabadi
    VB Programmer
    C++ Newbie
    Graphic Designer
    ===========================

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