In Django, I want to insert a database record by sending myself an email?
Posted
by littlejim84
on Stack Overflow
See other posts from Stack Overflow
or by littlejim84
Published on 2010-04-11T11:55:11Z
Indexed on
2010/04/11
12:23 UTC
Read the original article
Hit count: 312
Hello. I'm looking into a possible feature for my little to-do application... I like the idea that I can send an email to a particular email address, containing a to-do task I need to complete, and this will be read by my web application and be put in the database... So, when I come to log into my application, the to-do task I emailed will be there as a entry in the app.
Is this possible? I have a slice with SliceHost (basically a dedicated server) so I have total control on what to install etc. I'm using Python/Django/MySQL for this.
Any ideas on what steps to take to make this happen?
© Stack Overflow or respective owner