Changes between Initial Version and Version 1 of Ticket #13685


Ignore:
Timestamp:
Jun 2, 2010, 11:51:54 AM (14 years ago)
Author:
Karen Tracey
Comment:

Shouldn't that be:

>>> from django.core import mail
>>> connection = mail.get_connection(backend="django.core.mail.backends.smtp.EmailBackend")
>>> connection
<django.core.mail.backends.smtp.EmailBackend object at 0x013F18D0>
>>>

?

I would expect to pass in the same as what the default setting value is: http://docs.djangoproject.com/en/dev/topics/email/#smtp-backend...and that seems to work fine.

Legend:

Unmodified
Added
Removed
Modified
Back to Top