• 0

[C] Connecting to a URL


Question

1 answer to this question

Recommended Posts

  • 0

Well, you've linked this thread as C, so you'd need a C library for email in order to send email, here is an SMTP option (there are others probably better ones too)

http://libsmtp.berlios.de/

or C++ you'll also need to go locate a valid library.

In C# however (assuming .net) you can use this: http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.