#23063: send email 1.6.5 OK, 1.7c1 malformed packet in wireshark
--------------------------+------------------------------------------------
     Reporter:            |      Owner:  nobody
  contact@…               |     Status:  new
         Type:            |    Version:  1.7-rc-1
  Uncategorized           |   Keywords:  send_mail, smtp, malformed, packet
    Component:  Core      |  Has patch:  0
  (Mail)                  |      UI/UX:  0
     Severity:  Normal    |
 Triage Stage:            |
  Unreviewed              |
Easy pickings:  0         |
--------------------------+------------------------------------------------
 Hello,

 I'm working on a 1.7c1 application with Django, and my emails are not
 sent.

 My settings are:
 EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
 EMAIL_HOST = 'ns0.ovh.net'
 EMAIL_PORT = 587
 EMAIL_HOST_USER = #USER#
 EMAIL_HOST_PASSWORD = #PASSWORD#
 EMAIL_USE_SSL = False

 I tested my account with telnet, and smtplib, and everything goes smooth.

 The code I run:
 > mail.send_mail('susu', 'body body', from_email, [to_email])

 Under 1.6.5, the email is sent. Under wireshark, the data package is good.
 Under 1.7c1, the email is not sent. I open my wireshark, and look at the
 data packet. It shows that the packet is malformed.

 If I dump via filebased backend, there's no difference except the
 timestamp and message-id between the two versions.

 I copy you my packet dump from wireshark:
 http://wikisend.com/download/667092/wireshark_smtp_packet_1-6-5_good.txt
 http://wikisend.com/download/569376/wireshark_smtp_packet_1-7-1_bad.txt

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23063>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.316677b05f9af70b81bc6c551cf56fd2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to