brack3t / Djrill

[INACTIVE/UNMAINTAINED] Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp.
BSD 3-Clause "New" or "Revised" License
319 stars 64 forks source link

asking for Mandrill Api url #17

Closed rohit-nsit08 closed 11 years ago

rohit-nsit08 commented 11 years ago

Hi devs, I'm trying to use mandrill for my transaction emails and was trying to setup the djrill library for my use. I got this error where eclipse is saying that

raise ImproperlyConfigured("You have not added the Mandrill api " ImproperlyConfigured: You have not added the Mandrill api url to your settings.py

I have added these two lines in my settings.py MANDRILL_API_KEY = "581525fa-90b8-46ca-99a5-c3d9ef184a9b" EMAIL_BACKEND = "djrill.mail.backends.djrill.DjrillBackend"

what exactly is Mandrill api url ?

thanks

medmunds commented 11 years ago

Sorry about that -- the readme here got ahead of the PyPI release.

I'll be releasing v0.2.0 to PyPI shortly (as soon as the Travis tests run). The readme here is for that build.

In the meantime, you can add MANDRILL_API_URL = "http://mandrillapp.com/api/1.0" to your settings.py.

rohit-nsit08 commented 11 years ago

thanks , I fixed it few minutes ago by comparing the PyPi's version and git's latest version . but it really confused for sometime :-)

medmunds commented 11 years ago

OK, v0.2.0 is released on PyPI, and all the functions described here are now available there. Apologies for the confusion.