我正在尝试使用django-ses
库和Amazon SES
发送电子邮件。
我执行了所有基本设置(https://github.com/django-ses/django-ses,在boto and django-ses
中安装AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
,侮辱EMAIL_BACKEND = 'django_ses.SESBackend'
和settings.py
,但当我尝试发送电子邮件。
我遇到了错误。
ImportError: Module "django_ses" does not define a "SESBackend" attribute/class
这个django-ses
库中是否有任何错误,或者我做错了什么?我正在使用 Windows 10 , python3 和 django 1.11