[Help]How to connect to a smtp server?

I think you should give it the right mail server address and the right account.

	curl_easy_setopt(CurlHandler, CURLOPT_URL, "smtp://smtp.test.org:587");
	curl_easy_setopt(CurlHandler, CURLOPT_MAIL_FROM, "<test@test.test.org>");