{% load email %} {% subject %}Access your Example.com Account{% endsubject %} {% body %} {{ first_name }}. Use the following url to access your Example.com account: {{ login_url }} Sincerely, Example.com {% endbody %} {% bodyhtml %}
{{ first_name }}.
Use the following url to access your Example.com account:
Sincerely,
Example.com
{% endbodyhtml %}