Issue
Most of the research said me use curl for sending email.(I'm right this think?)
Problem: I downloaded this version of curl Win32 2000/XP 7.31.0 libcurl SSL Günter Knauf 3.32 MB. But command line did not open. Infact command line is opening. But cmdline instanly disappear when i clicked curl.exe. My system info: Windows 7 64 bit note: You can ask question why you download windows xp version. Answer: I did not find related verison of my system. Where can i download related version and how can i solve this problem.
Thanks!
Solution
If I understand you right, the curl you meant is a cli tool, so you should first open a terminal (console ?), and type curl command, you may want to read man curl
for detail, how to use the tool. Simply double click curl won't work. (I am not familiar with windows stuff, correct me if I am wrong).
Also if you want to send email (via smtp), you need give related parameters. like --mail-from, --mail-rcpt
... again, read the manual of curl.
Answered By - Kent Answer Checked By - Pedro (WPSolving Volunteer)