For example, I have an object with a BooleanProperty() type, and my email contains two buttons YES and NO.
Is it possible to change the value of the property in my datastore, when the user click on one of the buttons in the email and send it back to my app?
Thank you.
This is what I do.
In my out going email I have two hyperlinks Yes and NO, which point to a servlet file like
Yes
When the user clicks on the Yes link my servlet will read the userResponse and do the database store or update and then send to a confirm page via sendRedirect();