I dont know which way is easier so i ask for simplier one.
How to send email in win32 or open link like: http://www.wp.com/?text=message but dont show browser to user? Im new to win32, please help.
I dont know which way is easier so i ask for simplier one. How
Share
You can simply use the WinHttp api to open the http url http://www.wp.com/?text=message. This will not open the browser and will send the email also. I assume that you have full control over administration of http://www.wp.com so that it can send email from the server.
See this for WinHttp help: http://msdn.microsoft.com/en-us/library/aa383138%28VS.85%29.aspx