Reputation: 1039
I am using php. I just want to add a row to my mysql table through e-mail A email from secret email address (just like they do for uploading content in facebook and youtube) will be added to the table.
Upvotes: 1
Views: 127
Reputation: 157
You will have to create a service or a standalone software application that continuously checks for new emails for a particular email account. Whenever a new email is received you can verify its authentication and perform the required operation on the database.
For this you will need this software constantly checking for emails like an outlook or anyother email agents.
Apart from this i am not sure whether you can achieve this through any other aproach...
Upvotes: 0
Reputation: 943548
Upvotes: 3