sklarsa / django-sendgrid-v5

An implementation of Django's EmailBackend compatible with sendgrid-python v5+
MIT License
318 stars 54 forks source link

Output email detail to console in sandbox mode #80

Closed morugu closed 3 years ago

morugu commented 3 years ago

To get easier to email debug. Like a Django's Console backend

sklarsa commented 3 years ago

What about setting SENDGRID_ECHO_TO_STDOUT=True in settings.py? Does that work for you?

morugu commented 3 years ago

Thanks, it works for me.