I want to make a program that can send emails and attachments.I have been googling and i have seen people use Winsock and also libcurl.i dont know what to use.I hear to send an email to a gmail i need to encrypt with SSL which seems over whelming. Well i guess i need help.
It's pretty annoying to do in C++, what I usually do is make a PHP script (since it's very simple in PHP) and just secure it so the script can't be used for malicious purposes by people who try and reverse-engineer my programs.
Well could you tell how to do it in PHP and C++? :D im not trying to reinvent the wheel its just that the programs i want to make i want them to be in C++however i really want to know how to do it in PHP as well.Could you explain it in C++ as well and why its "annoying".Also in php as well.