9👍
✅
Came across this question facing this problem myself – turns out you need the below two settings, in addition to those above:
EMAIL_HOST = 'smtp.sendgrid.net'
# the email you verified with sendgrid (if you did single sender verification)
DEFAULT_FROM_EMAIL = 'myverifiedemailaddress@provider.com'
Source:stackexchange.com