{% extends 'base/base.html' %} {% block title %} {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

Mail sent successfully


To :

{{ to_list }}

CC :

{{ cc_list }}

BCC :

{{ bcc_list }}

Subject :

{{ mail_subject }}

Content :

{{ mail_content }}

Note: Content will be shown here as a single line, but will be send correctly.
{% include 'base/footer.html' %} {% endblock %}