You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/app/.heroku/python/lib/python3.6/site-packages/django/core/mail/message.py" in send
348. return self.get_connection(fail_silently).send_messages([self])
File "/app/.heroku/python/lib/python3.6/site-packages/sgbackend/mail.py" in send_messages
66. mail = self._build_sg_mail(email)
File "/app/.heroku/python/lib/python3.6/site-packages/sgbackend/mail.py" in _build_sg_mail
82. mail.set_from(Email(from_email, from_name))
Exception Type: AttributeError at /auth/password/reset/
Exception Value: 'Mail' object has no attribute 'set_from'
Downgrading to sendgrid==3.6.3 solves issue.
The text was updated successfully, but these errors were encountered:
When using:
whenever I want to send e-mail I got error:
Downgrading to
sendgrid==3.6.3
solves issue.The text was updated successfully, but these errors were encountered: