#34186: SMTP.starttls() got an unexpected keyword argument 'keyfile'
-------------------------------------------+------------------------
               Reporter:  tontus           |          Owner:  nobody
                   Type:  Uncategorized    |         Status:  new
              Component:  Core (Mail)      |        Version:  4.1
               Severity:  Release blocker  |       Keywords:
           Triage Stage:  Unreviewed       |      Has patch:  0
    Needs documentation:  0                |    Needs tests:  0
Patch needs improvement:  0                |  Easy pickings:  0
                  UI/UX:  0                |
-------------------------------------------+------------------------
 On python 3.12.0a2  send_mai() returns error `SMTP.starttls() got an
 unexpected keyword argument 'keyfile'`


 {{{
 TypeError at /
 SMTP.starttls() got an unexpected keyword argument 'keyfile'
 Request Method: GET
 Request URL:
 Django Version: 4.1.3
 Exception Type: TypeError
 Exception Value:
 SMTP.starttls() got an unexpected keyword argument 'keyfile'
 Exception Location:     /usr/local/lib/python3.12/site-
 packages/django/core/mail/backends/smtp.py, line 87, in open
 Raised during:  mail.views.index
 Python Executable:      /usr/local/bin/python3
 Python Version: 3.12.0
 Python Path:
 ['/app',
  '/usr/local/lib/python312.zip',
  '/usr/local/lib/python3.12',
  '/usr/local/lib/python3.12/lib-dynload',
  '/usr/local/lib/python3.12/site-packages']

 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34186>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070184b28abad9-6404a56b-c2c2-45bf-8c5c-c8919c7dfb49-000000%40eu-central-1.amazonses.com.

Reply via email to