\u...    represents a Unicode character and you are using an ascii-decoder to decode it.Consider using encoding=”utf-8”.

 

Sent from Mail for Windows 10

 

From: sunday honesty
Sent: 24 May 2020 21:09
To: Django users
Subject: Error while trying to send email for password reset

 

I got the following error while trying to send email with send grid smtp

 

UnicodeEncodeError: 'ascii' codec can't encode character '\u2020' in

position 168: ordinal not in range(128)

 

--

You received this message because you are subscribed to the Google Groups "Django users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e3baf159-4247-413a-89cf-7c1993aee2b1%40googlegroups.com.

 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5ecb3208.1c69fb81.b1a28.755f%40mx.google.com.

Reply via email to