pmclanahan / django-celery-email

A Django email backend that uses a celery task for sending the email.
BSD 3-Clause "New" or "Revised" License
477 stars 108 forks source link

Getting connection refused error #4

Closed andrewebdev closed 10 years ago

andrewebdev commented 10 years ago

I followed the steps exactly but I'm getting the following error.

error: [Errno 111] Connection refused

This is a existing project, for which email sending works as expected if I use the standard django email backends. However I get this error as soon as I change to the djcelery_email backend.

andrewebdev commented 10 years ago

Please ignore this. At the time of opening this issue I didn't know about the details of how celery works, and it's need for a broker. I therefore never even had a broker set up, and just expected it to "just work".

Closing this as irrelevant.