Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 2

Django and authenticated smtp

March 22nd, 2006 · 1 Comment

Handshake I just sent off my first patch for Django. It adds the ability to send mail via SMTP servers which require authentication. I need this for Dreamhost, which has authentication on its mail servers.

The modifications were simple, and the code I was modifying was refreshingly clean. Better yet, the Django project site gives easy and clear instructions about how to contribute. So, I’m feeling very good about the project, the ease of contributing, and the maturity of the code.

Update (next day): They accepted the patch and merged it into the trunk of the dev version. I updated SVN and it is all there. That is the fastest response ever for one of my patches to be accepted into a public open-source project!

Technorati Tags: ,

Tags: Django · Python

Bookmark this article

del.icio.us:Django and authenticated smtp digg:Django and authenticated smtp spurl:Django and authenticated smtp wists:Django and authenticated smtp simpy:Django and authenticated smtp newsvine:Django and authenticated smtp blinklist:Django and authenticated smtp furl:Django and authenticated smtp reddit:Django and authenticated smtp fark:Django and authenticated smtp blogmarks:Django and authenticated smtp Y!:Django and authenticated smtp smarking:Django and authenticated smtp magnolia:Django and authenticated smtp segnalo:Django and authenticated smtp gifttagging:Django and authenticated smtp

1 response so far ↓

  • 1 Adrian Holovaty // Mar 22, 2006 at 11:50 am

    Thanks for the patch! I’ve committed your Django improvement to the development version (trunk).

Leave a Comment