i have tried but i didnt succeded in it...
can we send mail with attachment using c program in windows ?
Collapse
X
-
What you have tried till now...? Do you get any error's?
Can you post the erroneous code.?
Regards
Dheeraj Joshi -
Hi,
I am a newbie like you. Even though I am trying to answer it.
To send email you need to learn
1. socket/winsocket.
2. smtp protocol.
to attach object
3. base64
it is not that hard for sure...
regards,
johnyComment
Comment