What is the best way to process inbound emails within a Django app using the Send to a program feature on an email inbox. I have already tested a pyhton script that receives an email and writes it to a file, and I also have tested a callable python script within django that logs into the email account and processes the mail. But what I need is to be able to process the emails within the django app to create a few instances of a model when the program is run when an email is received. Any ideas? asked 31 Aug '15, 12:25 Kingpin |
answered 31 Aug '15, 15:11 seanf |