I have sent emails from windows using C# programming like this. It is really an easy thing to do. However I have shifted to programming on linux a while ago and want some kind of equivalent for C/C++.
I have been searching all the web and I can’t find any library. All i find is application that I need to install and run. Is there any such library on C/C++ that can be used as easily?
Thanks for your input 🙂
There are a number of candidates show up when googling “C SMTP library”, including a reference to this very bare-bones bit of code here on SO:
https://stackoverflow.com/questions/58210/c-smtp-example