0

i previously i was using gmail smtp to send mail**(working fine)** but now i created new account in sendgrid and im using free plan in my django project this my complete setting about send grid

EMAIL_HOST = 'smtp.sendgrid.net'
EMAIL_HOST_USER = 'apikey' # this is exactly the value 'apikey'
EMAIL_HOST_PASSWORD = 'SG.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' # this is API key
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

is any other settings required?? i am testing email using rest auth lib http://127.0.0.1:8000/rest-auth/password/reset/

is show msg like success": "Password reset e-mail has been sent."

but recipient did not received any mails but in sendgrid dashboard it is showing 9 or 10 etc msg delivered

madu kp
  • 89
  • 1
  • 7

0 Answers0