nknganda / django-mailer

Automatically exported from code.google.com/p/django-mailer
MIT License
0 stars 0 forks source link

send_mail should expect kwarg 'fail_silently' #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
> What steps will reproduce the problem?

1. send_mail(..., fail_silently=False)

> What is the expected output?

Should work just fine (or ignore it silently), "[b]ecause django-mailer 
currently uses the same function signature as django's core mail support"

> What do you see instead?

TypeError: send_mail() got an unexpected keyword argument 'fail_silently'

> What version of the product are you using?

SVN r39 + Django 1.0

> On what operating system?

Ubuntu 8.04

Original issue reported on code.google.com by eddy...@gmail.com on 3 Oct 2008 at 6:51