Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I send a file with e-mail from a C++ program

Status
Not open for further replies.

camilla

Programmer
Jan 17, 2001
2
SE
I have a server program written in C++.
I want to be able to send a file via e-mail from the program. The file is located on the server.
 
You will need to learn about the following technologies:

Sockets
SMTP
MIME

Hope this helps
-pete
 
I would look for a component to do this. Something I drop onto a form (like a timer in VB or common dialog control in VB) and can just tell it to send whatever message I want. There has to be something out there like this. Email is too popular not to have something like this out there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top