Click to See Complete Forum and Search --> : implementing smtp??
magneeto
February 27th, 2006, 04:54 AM
hi,
how can i implement smtp in C ?BTW i'm new to networking and have little knowledge about smtp.
magneeto
Naumaan
February 27th, 2006, 06:26 AM
Take a Look at : CSMTPConnection v1.36 (http://codeproject.com/internet/csmtpconn.asp)
Send mail (http://www.codeguru.com/forum/showpost.php?p=1118184&postcount=2) .These Items are using MFC but may helps u.
magneeto
March 27th, 2006, 05:02 AM
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???
Kill.em.all
March 28th, 2006, 10:23 AM
You are send data in smtp-server YAHOO?
I want read your code
magneeto
March 29th, 2006, 09:53 AM
naumann has given me link to an smtp implementation which is in this thread(two messages above). it's pretty good.
shilpa_oct23
March 30th, 2006, 01:31 AM
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
shilpa_oct23
March 30th, 2006, 01:41 AM
I want your code to read about SMTP
magneeto
March 31st, 2006, 09:44 AM
Take a Look at : CSMTPConnection v1.36 (http://codeproject.com/internet/csmtpconn.asp)
Send mail (http://www.codeguru.com/forum/showpost.php?p=1118184&postcount=2) .These Items are using MFC but may helps u.
shilpa check out the Send mail link (it is using winsock) . it may be helpful.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.