You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we directly email the user with a short string. Instead, we can offer longer, richer emails with templates. It requires a bit of extra code, so it'd best to abstract this functionality into a utility.
We can then have a separate template directory for our emails, and then send them with whatever utility we create to wrap them.
Currently, we directly email the user with a short string. Instead, we can offer longer, richer emails with templates. It requires a bit of extra code, so it'd best to abstract this functionality into a utility.
We can then have a separate template directory for our emails, and then send them with whatever utility we create to wrap them.
StackOverflow had a really informative answer on how to achieve this: http://stackoverflow.com/questions/2809547/creating-email-templates-with-django.
The text was updated successfully, but these errors were encountered: