hi,
how can i implement smtp in C ?BTW i'm new to networking and have little knowledge about smtp.
magneeto
Printable View
hi,
how can i implement smtp in C ?BTW i'm new to networking and have little knowledge about smtp.
magneeto
Take a Look at : CSMTPConnection v1.36
Send mail .These Items are using MFC but may helps u.
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???
You are send data in smtp-server YAHOO?
I want read your code
naumann has given me link to an smtp implementation which is in this thread(two messages above). it's pretty good.
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
I want your code to read about SMTP
shilpa check out the Send mail link (it is using winsock) . it may be helpful.Quote:
Originally Posted by Naumaan