There is someway to insert content from email to Django Admin?
For example, I will receive emails from notifications coming from notifications@facebook, and then, I will catch this email, do some formatting and insert (automatic) on a mySQL database.
Somebody know how can I do something like that?
Thank you!