My app lets the users send details to our server using Java mail api , for which I am using my developers email and password. The problem is that google blocks the emails saying ‘ somebody is using your email’. Which server’s email and password account should be created at the javaMail backend to allow all users to send their details using my developers account for further processing?
Let me get it straight. You want to use email to send data to your server ? Why don't you send an http request with the data and do all the email handling on the server side. That way only one user (location, IP, etc..) uses the email.