I have a situation where using API android app will POST the user Data to my django website and a entry is created in my backend .I want to send email to the user after the entry has been created in django. I have created a indicator which will get true when Data is POST. ANy suggestion how to use that indicator for sending email to every new entry created .