I want to send HTML-emails, using Django templates like this: <html> <body> hello <strong>{{username}}</strong> your account activated. <img src="https://stackoverflow.com/questions/2809547/mysite.com/logo.gif" /> </body> I can’t ...
-
May 23, 2022
- 0 Comments