Link to home
Start Free TrialLog in
Avatar of vanrooyenm
vanrooyenm

asked on

Using SMTP in C++ to send email

I'm trying to create my own email client in C++ with SMTP and found various libraries to use like SEE4C.  But I'm looking for some standard libs that are free and working.  Any Idea where I can get more info about sending mail over the internet with a C++ client and using MIME attachments?
Avatar of xyzzer
xyzzer

See rfc documents (eg. at www.faqs.org)
You can use winsock to do it in windows on the socket level.
ASKER CERTIFIED SOLUTION
Avatar of RattleSnake
RattleSnake

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial