#12648: [PATCH]User send_email change from send_mail to EmailMessage
-------------------------------------+--------------------------------------
          Reporter:  galuszkak       |         Owner:  galuszkak                
                 
            Status:  closed          |     Milestone:                           
                 
         Component:  Authentication  |       Version:  SVN                      
                 
        Resolution:  invalid         |      Keywords:  send_mail, email, 
send_email, EmailMessage
             Stage:  Unreviewed      |     Has_patch:  1                        
                 
        Needs_docs:  0               |   Needs_tests:  0                        
                 
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by russellm):

  * status:  reopened => closed
  * resolution:  => invalid

Comment:

 send_mail() is nothing but
 
[http://code.djangoproject.com/browser/django/trunk/django/core/mail/__init__.py#L44
 a light wrapper around EmailMessage]. Your assertion that send_mail fails,
 but EmailMessage works doesn't make any sense.

 *If* there is something going wrong, the problem is a lot more complex
 than what you're describing. However, I have lots of evidence that this is
 working fine, not the least of which is a fully passing test suite and
 production code that is successfully sending lots of mail.

 So - I'm marking this invalid again. If you want to debug this, take it to
 Django-users. Once it has been nailed down to a *specific* problem, bring
 it back to Trac.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12648#comment:6>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to