Thread: need some help on email sending in C programming

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    161
    http://cboard.cprogramming.com/showthread.php?t=8547
    does it only works on linux ?
    what about windows ?
    Last edited by Salem; 03-29-2004 at 04:03 PM. Reason: Split thread, and link to original

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Quote Originally Posted by zahid
    Fordy, can you tell little more about your way of doing that?
    Any reference doc from we.. and sample code.. will be helpfull.

    How / where to put your given code?
    Here's the relevant SMTP RFC. Basically just use sockets to connect to your mail server and send a few commands to it to get your email sent.

    edit: I almost forgot, to test it out just telnet to your mail server and send the commands manually.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Spam Filters. ISP based email is dying.
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 03-05-2008, 12:05 PM
  2. Sending Email - Using System.Net.Mail
    By b4ip in forum C# Programming
    Replies: 1
    Last Post: 06-01-2007, 12:34 AM
  3. Sending a email using c++
    By Guttih in forum C++ Programming
    Replies: 4
    Last Post: 12-08-2003, 07:00 PM
  4. sending strings from program to email
    By Unregistered in forum C++ Programming
    Replies: 3
    Last Post: 04-09-2002, 06:23 PM
  5. sending email from (C++)exe file through ASP
    By priya in forum C++ Programming
    Replies: 0
    Last Post: 01-18-2002, 10:14 AM