CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2005
    Posts
    32

    implementing smtp??

    hi,

    how can i implement smtp in C ?BTW i'm new to networking and have little knowledge about smtp.

    magneeto

  2. #2
    Join Date
    Dec 2002
    Location
    St.Louis MO, USA
    Posts
    672

    Re: implementing smtp??

    Take a Look at : CSMTPConnection v1.36
    Send mail .These Items are using MFC but may helps u.
    A Person who is polite is given goodness and a person who is away from Politeness is away from Goodness.

    NAUMAAN

  3. #3
    Join Date
    Dec 2005
    Posts
    32

    Re: implementing smtp?? problem with the "sendmail"

    naumaan your link to smtp (sendmail) has been very helpful. but i think there is problem. when i want to send a mail from yahoo to hotmail it doesn't go. i have to send the mail from my isp otherwise it doesn't work. is there any implementation in linux???

  4. #4
    Join Date
    Mar 2006
    Posts
    5

    Re: implementing smtp??

    You are send data in smtp-server YAHOO?

    I want read your code

  5. #5
    Join Date
    Dec 2005
    Posts
    32

    Re: implementing smtp??

    naumann has given me link to an smtp implementation which is in this thread(two messages above). it's pretty good.

  6. #6
    Join Date
    Mar 2006
    Posts
    13

    Re: implementing smtp??

    I am also implementing SMTP in Java on Linux platform. while reading your msg I seen that your problem is like me so please help me. Just Tell me how to implement SMTP/POP3 server

  7. #7
    Join Date
    Mar 2006
    Posts
    13

    Re: implementing smtp??

    I want your code to read about SMTP

  8. #8
    Join Date
    Dec 2005
    Posts
    32

    Re: implementing smtp??

    Quote Originally Posted by Naumaan
    Take a Look at : CSMTPConnection v1.36
    Send mail .These Items are using MFC but may helps u.
    shilpa check out the Send mail link (it is using winsock) . it may be helpful.
    Last edited by magneeto; March 31st, 2006 at 10:49 AM.

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