whitebread Posted May 8, 2012 Share Posted May 8, 2012 I have a Windows console program which collects 4 strings. How hard would it be to either have the program send an email or connect to a URL (either by POST or GET)? Link to comment https://www.neowin.net/forum/topic/1075927-c-connecting-to-a-url/ Share on other sites More sharing options...
0 Kami- Posted May 9, 2012 Share Posted May 9, 2012 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 Link to comment https://www.neowin.net/forum/topic/1075927-c-connecting-to-a-url/#findComment-594854681 Share on other sites More sharing options...
Question
whitebread
I have a Windows console program which collects 4 strings. How hard would it be to either have the program send an email or connect to a URL (either by POST or GET)?
Link to comment
https://www.neowin.net/forum/topic/1075927-c-connecting-to-a-url/Share on other sites
1 answer to this question
Recommended Posts