Export to GitHub

django-contact-form - issue #3

send_mail requires 'recipient_list', not 'recipients'


Posted on May 29, 2007 by Happy Cat

In ContactForm, you use 'recipients', and then pass that to 'send_mail' as a keyword argument. However, 'send_mail' requires 'recipient_list', not 'recipients', thus a runtime error occurs whenever a form is submitted.

This is running rev 37 of contact_form, and 5383 of Django

Comment #1

Posted on May 29, 2007 by Happy Cat

Patch attached

Attachments

Comment #2

Posted on May 31, 2007 by Happy Hippo

Fixed.

Status: Fixed

Labels:
Type-Defect Priority-Medium