I want to send an email address(will be getting from textfield) to http url by clicking a send button from an application which is already logged in at the same http server.
How can I do that programmatically?
I want to send an email address(will be getting from textfield) to http url
Share
u can do this with ASIHTTPRequest library. here is a sample code