{% extends "djohno/base.html" %} {% block content %}
To send a test email from {{ from_email }} to {{ email }}, click here.
{% if not is_pretty %}
Consider setting up your DEFAULT_FROM_EMAIL
to
include a name - instead of {{ from_email }}
,
consider using Your Name <{{ from_email }}>
.