On 12/19/05, Frank <[EMAIL PROTECTED]> wrote:
> anyway, the core part of the project allows for incoming emails to be
> sent to the application, the application then reads the contents and
> interactions with the model. i found out how to do this with rails
> (http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer)
> and i am still searching for how to do this with django.

Hey Frank,

The way we've done this in the past is setting up a mail alias
(/etc/aliases or /etc/mail/aliases) to point to a Python script.
There's nothing Django-specific about this technique; the handler
script can do whatever you want, whether it's interacting with Django
models or whatever. The docs you pointed out should be just as helpful
for Django as Rails.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to