Consider me,I am new in server side programming.
Suppose, I have a number of registered user information in my server (like Name, E-Mail Id etc). I want to send data to server from my Android device. Then I want to send an E-Mail to the the co-responding user with formatting the data . Just Like a Notification mail, When we got from a website, after a registration. I already done first part, mean I can make a HTTP request to a PHP file from device.
How I reach my goal? I am working in Local Server in my laptop now. Can I achieve this local server or need a Real Web-Server?
Somebody can give me a solution. Any tutorial, documentation link about this topic would greatly appreciated.