Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name SMTPConnection #206

Open
GoogleCodeExporter opened this issue Jan 18, 2016 · 1 comment
Open

ImportError: cannot import name SMTPConnection #206

GoogleCodeExporter opened this issue Jan 18, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Hi,

I'm getting this error below what should I do?

INFO:root:Beginning bootstrap...
INFO:root:Finishing bootstrap.
Traceback (most recent call last):
  File "manage.py", line 35, in <module>
    InstallAppengineHelperForDjango()
  File "/home/george/jaikuengine/appengine_django/__init__.py", line 560, in InstallAppengineHelperForDjango
    InstallGoogleSMTPConnection()
  File "/home/george/jaikuengine/appengine_django/__init__.py", line 568, in InstallGoogleSMTPConnection
    from appengine_django import mail as gmail
  File "/home/george/jaikuengine/appengine_django/mail.py", line 27, in <module>
    from django.core.mail import SMTPConnection
ImportError: cannot import name SMTPConnection


Original issue reported on code.google.com by [email protected] on 23 Jul 2013 at 11:47

@GoogleCodeExporter
Copy link
Author

I got the same problem right now...
The SMTPConnection class has been deprecated after Django1.2. so if you want to 
use Django in this way, back to Django1.0 may be the easiest solution.

Original comment by [email protected] on 23 Sep 2013 at 3:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant