About
I’ve started to work as a Python developer besides my studies in 2002. After I’ve finished my studies in Medieval German Literature and Language, philosophy and Modern German Literature I pushed the books into the shelf and started a full-time job mainly doing web development in Python.
In my spare time I work on some open source projects, listen to music and occasionally I digg through the books on the shelf looking for something nice to read.
You can contact me at albrecht_dot_andi_at_gmail_dot_com
.
Some more footprints:
twitter.com / andialbrecht myspace.com / seedslow last.fm / seedslow linkedin.com / andialbrecht delicious.com / seedslow facebook.com / Andi Albrecht
…and an alternative approach to extend my social network:
One Comment
leave one →
Hi,
I have developed one Django application and hosted it on the Google App Engine. But i cant send emails from app engine environment. I followed your description in blogpost about ‘appengine_emailbackend’. But it not working. Can you tell me how to set the SMTP settings in application?
In my pure django application I have set it as
EMAIL_USE_TLS =True
EMAIL_HOST = ‘smtp.sendgrid.net’
EMAIL_HOST_USER = ‘username’
EMAIL_HOST_PASSWORD = ‘password’
EMAIL_PORT = 587
But i dont know how to set it in google app engine. Please reply for this.
Thanks and Regards,
Anoop